Skip to content

Instantly share code, notes, and snippets.

@timotta
Created April 25, 2019 18:51
Show Gist options
  • Save timotta/9383f525a2380749f9c679dccf78f158 to your computer and use it in GitHub Desktop.
Save timotta/9383f525a2380749f9c679dccf78f158 to your computer and use it in GitHub Desktop.
sudo cp jupyter.service /usr/lib/systemd/system/
sudo systemctl enable jupyter.service
sudo systemctl daemon-reload
sudo systemctl restart jupyter.service
journalctl -u jupyter > /tmp/test.txt && cat /tmp/test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment