Created
July 3, 2024 16:32
-
-
Save wjladams/421ef87a57341acdf4708abde1c8e9fd to your computer and use it in GitHub Desktop.
Jupyter service on ubuntu-like systems
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 | |
After=syslog.target network.target | |
Requires=syslog.socket | |
[Service] | |
Type=simple | |
User=wjadams | |
WorkingDirectory=/home/wjadams/Documents | |
PIDFile=/run/jupyter.pid | |
ExecStart=/home/wjadams/anaconda3/bin/jupyter-notebook --no-browser | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment