-
-
Save sunnyszy/4fadf74844111890aabcb00b78c915bb to your computer and use it in GitHub Desktop.
Jupyterlab as a systemd service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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