Skip to content

Instantly share code, notes, and snippets.

@stharrold
Created April 22, 2015 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stharrold/485e8523466d584206a9 to your computer and use it in GitHub Desktop.
Save stharrold/485e8523466d584206a9 to your computer and use it in GitHub Desktop.
20150422T093000_nbviewer_test.ipynb
{"nbformat_minor": 0, "cells": [{"source": "This is a simple ipython notebook.", "cell_type": "markdown", "metadata": {}}, {"execution_count": 1, "cell_type": "code", "source": "print 'Hello world!'", "outputs": [{"output_type": "stream", "name": "stdout", "text": "Hello world!\n"}], "metadata": {"collapsed": false, "trusted": true}}, {"execution_count": null, "cell_type": "code", "source": "", "outputs": [], "metadata": {"collapsed": true, "trusted": true}}], "nbformat": 4, "metadata": {"kernelspec": {"display_name": "Python 2", "name": "python2", "language": "python"}, "language_info": {"mimetype": "text/x-python", "nbconvert_exporter": "python", "version": "2.7.9", "name": "python", "file_extension": ".py", "pygments_lexer": "ipython2", "codemirror_mode": {"version": 2, "name": "ipython"}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment