Skip to content

Instantly share code, notes, and snippets.

@rossant
Created November 23, 2013 12:29
Show Gist options
  • Save rossant/7614092 to your computer and use it in GitHub Desktop.
Save rossant/7614092 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"worksheets": [
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "1. First item. Look at this code:"
},
{
"metadata": {},
"input": "print(\"Hello world!\")",
"cell_type": "code",
"prompt_number": 1,
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": "Hello world!\n"
}
],
"language": "python",
"collapsed": false
},
{
"metadata": {},
"cell_type": "markdown",
"source": "2. Second item."
}
],
"metadata": {}
}
],
"metadata": {
"name": ""
},
"nbformat": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment