Created
July 16, 2019 14:41
-
-
Save rosterloh/0e7a8bd0954aecfd45718889ec239234 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 | |
[Service] | |
Type=simple | |
User=user | |
ExecStart=/bin/sh -c "jupyter lab --ip=0.0.0.0 --no-browser" | |
WorkingDirectory=/home/user | |
Restart=always | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment