Skip to content

Instantly share code, notes, and snippets.

@briner
Last active December 11, 2015 17:39
Show Gist options
  • Save briner/4636058 to your computer and use it in GitHub Desktop.
Save briner/4636058 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "hw.py"
},
"name": "hw",
"nbformat": 2,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": "a=\"hello world\"\nprint(a)",
"language": "python",
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": "hello world"
}
],
"prompt_number": 3
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment