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