author "Daithi O Crualaoich " description "IPython Notebook Server" start on runlevel [2345] stop on runlevel [!2345] #expect fork #respawn #Change the path chdir /vagrant/notebooks script export HOME="/root" ipython3 notebook --pylab inline --ip 0.0.0.0 #ipython3 notebook --ip 0.0.0.0 end script