#!/bin/sh
exe_dir=`dirname "$0"`

cd $exe_dir

echo "Starting IPython notebook session. Think about stopping the server after use."
ipython notebook --pylab=auto --pprint PyMatlab.ipynb

