Skip to content

Instantly share code, notes, and snippets.

@abdel
Created November 7, 2017 05:33
Show Gist options
  • Save abdel/2d94fbda5e206c8aecf3ee9a722d0a79 to your computer and use it in GitHub Desktop.
Save abdel/2d94fbda5e206c8aecf3ee9a722d0a79 to your computer and use it in GitHub Desktop.
A script to start Jupyter in the background
export PATH="$PATH:/home/ubuntu/src/anaconda3/bin"
jupyter notebook --notebook-dir=/home/ubuntu/ --profile=nbserver > /tmp/ipynb.out 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment