Skip to content

Instantly share code, notes, and snippets.

@paulusm
Created January 19, 2013 21:22
Show Gist options
  • Save paulusm/4575266 to your computer and use it in GitHub Desktop.
Save paulusm/4575266 to your computer and use it in GitHub Desktop.
Upstart conf for iPython web
start on runlevel [2345]
stop on runlevel [016]
respawn
setuid <user>
chdir /home/<user>/ipython_notebooks
exec ipython notebook --pylab --profile=nbserver --ipython-dir=/home/<user>/.ipython --log-level=DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment