# HG changeset patch # User Nicolas Saunier # Date 1438627721 14400 # Node ID 52272f6bf62a4bd776491948b54704e8e07584e5 # Parent 10af18610ef284a092c13fc37e2867baf9ecdc10 removed test ipynb diff -r 10af18610ef2 -r 52272f6bf62a samples/test.ipynb --- a/samples/test.ipynb Mon Aug 03 14:41:10 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -{ - "metadata": { - "name": "", - "signature": "sha256:e218c1148ab53a16915c41d651d1cd3f31982c804716fac0ab954f7a0a6b85b3" - }, - "nbformat": 3, - "nbformat_minor": 0, - "worksheets": [ - { - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This is a test for bitbucket and mercurial." - ] - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "%pylab\n", - "%matplotlib inline\n", - "a = range(10)\n", - "#plot(a)\n", - "print a[0]" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "Using matplotlib backend: Qt4Agg\n", - "Populating the interactive namespace from numpy and matplotlib\n", - "0\n" - ] - } - ], - "prompt_number": 6 - } - ], - "metadata": {} - } - ] -} \ No newline at end of file