Skip to content

Instantly share code, notes, and snippets.

@roadlabs
Forked from r-darwish/jupyter.service
Created June 20, 2019 07:45
Show Gist options
  • Select an option

  • Save roadlabs/0f2c7e9f6e6eb51c396966586b684cda to your computer and use it in GitHub Desktop.

Select an option

Save roadlabs/0f2c7e9f6e6eb51c396966586b684cda 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