diff --git a/src/further_examples/ipython/hello_world.ipynb b/src/further_examples/ipython/hello_world.ipynb new file mode 100644 index 0000000..1aaf1ca --- /dev/null +++ b/src/further_examples/ipython/hello_world.ipynb @@ -0,0 +1,49 @@ +{ + "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