Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Created May 8, 2018 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BonfaceKilz/06a9b35ae7d770677aa9b476ba860702 to your computer and use it in GitHub Desktop.
Save BonfaceKilz/06a9b35ae7d770677aa9b476ba860702 to your computer and use it in GitHub Desktop.
Running jupyter notebook on the background
nohup jupyter notebook &
# When you want to kill it:
lsof nohup.out
kill -9 <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment