Skip to content

Instantly share code, notes, and snippets.

@osamutake
Created April 4, 2018 04:10
Show Gist options
  • Save osamutake/e6f656fafca463f7a738aaced256b43a to your computer and use it in GitHub Desktop.
Save osamutake/e6f656fafca463f7a738aaced256b43a to your computer and use it in GitHub Desktop.
hello jupyter
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "print(\"Hello world!\")",
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"text": "Hello world!\n",
"name": "stdout"
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3",
"language": "python"
},
"language_info": {
"pygments_lexer": "ipython3",
"mimetype": "text/x-python",
"nbconvert_exporter": "python",
"codemirror_mode": {
"version": 3,
"name": "ipython"
},
"version": "3.5.2",
"name": "python",
"file_extension": ".py"
},
"gist": {
"id": "67f7d2288b2b1477204b35543bb1c1df",
"data": {
"description": "hello jupyter",
"public": true
}
},
"_draft": {
"nbviewer_url": "https://gist.github.com/67f7d2288b2b1477204b35543bb1c1df"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment