Skip to content

Instantly share code, notes, and snippets.

@crawles
Created August 23, 2016 20:30
Show Gist options
  • Save crawles/8a53396aff6bd14d7709540244025a65 to your computer and use it in GitHub Desktop.
Save crawles/8a53396aff6bd14d7709540244025a65 to your computer and use it in GitHub Desktop.
jupyter gateway - cf hello world
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 16,
"metadata": {
"ExecuteTime": {
"end_time": "2016-08-23T16:29:18.885401",
"start_time": "2016-08-23T16:29:18.867964"
},
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello World\n"
]
}
],
"source": [
"# GET /hello\n",
"print(\"Hello World\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment