From fc1733d78bc2e7dc0c36c641a93a3c7fdbf2d549 Mon Sep 17 00:00:00 2001 From: Marina Wahl Date: Wed, 11 Jun 2014 16:46:14 -0400 Subject: [PATCH] organizing --- src/further_examples/ipython/README | 4 -- .../ipython/hello_world.ipynb | 49 ------------------- 2 files changed, 53 deletions(-) delete mode 100644 src/further_examples/ipython/README delete mode 100644 src/further_examples/ipython/hello_world.ipynb diff --git a/src/further_examples/ipython/README b/src/further_examples/ipython/README deleted file mode 100644 index af27b7e..0000000 --- a/src/further_examples/ipython/README +++ /dev/null @@ -1,4 +0,0 @@ -IPython Examples and Notes -========================== - -Set up your IPython in a AWS EC2 server! https://gist.github.com/mariwahl/aff6d7dd1930be48ab32 \ No newline at end of file diff --git a/src/further_examples/ipython/hello_world.ipynb b/src/further_examples/ipython/hello_world.ipynb deleted file mode 100644 index 1aaf1ca..0000000 --- a/src/further_examples/ipython/hello_world.ipynb +++ /dev/null @@ -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": {} - } - ] -} \ No newline at end of file