Created
November 7, 2017 05:33
-
-
Save abdel/2d94fbda5e206c8aecf3ee9a722d0a79 to your computer and use it in GitHub Desktop.
A script to start Jupyter in the background
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
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