Skip to content

Instantly share code, notes, and snippets.

@Sundrique
Created September 7, 2015 14:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sundrique/6dfee0f17a1d49daee4c to your computer and use it in GitHub Desktop.
Save Sundrique/6dfee0f17a1d49daee4c to your computer and use it in GitHub Desktop.
Jupyter notebook
[Unit]
Description=Jupyter notebook
[Service]
Type=simple
PIDFile=/var/run/jupyter-notebook.pid
ExecStart=/usr/local/bin/jupyter notebook --ip=0.0.0.0 --port=80 --no-browser
WorkingDirectory=/home/ubuntu/notebooks
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment