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