spiderChow
1/21/2018 - 2:02 AM

juyter

nohup jupyter notebook --config jupyter_notebook_config.py --allow-root 2>&1 > my.log & 

#nohup is like screen
#& allows it to run at the back