Skip to content

Instantly share code, notes, and snippets.

@jkingyens
Created October 28, 2014 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkingyens/afd0ebfcacffd775a05e to your computer and use it in GitHub Desktop.
Save jkingyens/afd0ebfcacffd775a05e to your computer and use it in GitHub Desktop.
{
"metadata": {
"name": "",
"signature": "sha256:41d37ad45eab22415f75997874e448d751da8bb4941db9c257fb9d63ef4543f2"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"print(\"Hello World!\");"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Hello World!\n"
]
}
],
"prompt_number": 2
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment