Skip to content

Instantly share code, notes, and snippets.

@edrex
Created February 18, 2014 03:31
Show Gist options
  • Select an option

  • Save edrex/9064205 to your computer and use it in GitHub Desktop.

Select an option

Save edrex/9064205 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Demo Worksheet\n",
"\n",
"This is a demo of some basic features of the notebook server.\n",
"\n",
" - Foo\n",
" - Bar\n",
" \n",
"## Numbered list\n",
"\n",
" 1. [Foo](http://eric.pdxhub.org/)\n",
" 2. Bar"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"for i in range(10):\n",
" print(i),"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0 1 2 3 4 5 6 7 8 9\n"
]
}
],
"prompt_number": 3
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"di"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 6
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment