view samples/test.ipynb @ 720:10af18610ef2

test ipynb
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 03 Aug 2015 14:41:10 -0400
parents ea78c326b3a0
children
line wrap: on
line source

{
 "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": {}
  }
 ]
}