Skip to content

Instantly share code, notes, and snippets.

@caseycesari
Created October 6, 2013 17:03
Show Gist options
  • Save caseycesari/6856433 to your computer and use it in GitHub Desktop.
Save caseycesari/6856433 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "Test"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": "## Hello this is a test\n\nI'm testing out [Reporter](https://github.com/jsvine/reporter/)"
},
{
"cell_type": "code",
"collapsed": false,
"input": "x = 'test'\nlen(x)",
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": "- This is another markdown cell at the bottom."
},
{
"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