Initial commit
[tm351-notebooks.git] / modules / tm351_modules / files / etc / init / ipython3-notebook.conf
1 author "Daithi O Crualaoich <daithi.ocrualaoich@guardian.co.uk>"
2 description "IPython Notebook Server"
3
4 start on runlevel [2345]
5 stop on runlevel [!2345]
6
7 #expect fork
8 #respawn
9
10 #Change the path
11 chdir /vagrant/notebooks
12
13 script
14 export HOME="/root"
15 ipython3 notebook --pylab inline --ip 0.0.0.0
16 #ipython3 notebook --ip 0.0.0.0
17 end script
18