Created
August 22, 2021 09:44
-
-
Save thvinmei/1ef641b2535fb468f0db09996ec10fe4 to your computer and use it in GitHub Desktop.
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/MYUSERNAME/.local/bin/jupyter-notebook --ip=* --config=/home/MYUSERNAME/.jupyter/jupyter_notebook_config.py --no-browser | |
User=MYUSERNAME | |
Group=MYGROUPNAME | |
WorkingDirectory=/home/MYUSERNAME | |
Restart=always | |
RestartSec=10 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment