Created
March 6, 2018 15:23
-
-
Save r-darwish/42042b204aa562b3a8f742056b771079 to your computer and use it in GitHub Desktop.
Jupyterlab as a systemd service
This file contains 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
To install