changeset 721:52272f6bf62a

removed test ipynb
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 03 Aug 2015 14:48:41 -0400
parents 10af18610ef2
children 49e99ca34a7d
files samples/test.ipynb
diffstat 1 files changed, 0 insertions(+), 47 deletions(-) [+]
line wrap: on
line diff
--- 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