Skip to content

Instantly share code, notes, and snippets.

@sunnyszy
Forked from r-darwish/jupyter.service
Created July 5, 2018 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunnyszy/4fadf74844111890aabcb00b78c915bb to your computer and use it in GitHub Desktop.
Save sunnyszy/4fadf74844111890aabcb00b78c915bb to your computer and use it in GitHub Desktop.
Jupyterlab as a systemd service
[Unit]
Description=Jupyter Notebook
[Service]
Type=simple
ExecStart=/home/roeyd/Notebook/.env/bin/jupyter lab --port 9090
WorkingDirectory=/home/roeyd/Notebook
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment