organizing

This commit is contained in:
Marina Wahl 2014-06-11 16:46:14 -04:00
parent 53e8d9c680
commit fc1733d78b
2 changed files with 0 additions and 53 deletions

View File

@ -1,4 +0,0 @@
IPython Examples and Notes
==========================
Set up your IPython in a AWS EC2 server! https://gist.github.com/mariwahl/aff6d7dd1930be48ab32

View File

@ -1,49 +0,0 @@
{
"metadata": {
"name": "hello_world"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"print(\"hello world!\")\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"hello world!\n"
]
}
],
"prompt_number": 2
},
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"Really cool!\n"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}