jupyter

启动
nohup /opt/anaconda3/bin/jupyter-notebook --port 8088 --ip=0.0.0.0 --allow-root > /var/log/jupyterhub.log 2>&1 &
密码
tail -f /var/log/jupyterhub.log 找token

指定项目目录
nohup /opt/anaconda3/bin/jupyter notebook --port 8088 --ip=0.0.0.0 --allow-root --notebook-dir=/data01/wens> /var/log/jupyterhub.log 2>&1 &
[1] 23977
root@glodon-Z10PE-D8-WS:/etc/jupyterhub#

cd /etc/jupyterhub/
jupyterhub --config=/etc/jupyterhub/jupyterhub.py --port=8088 --ip=192.168.8.195 --no-ssl

nohup jupyterhub --config=/etc/jupyterhub/jupyterhub.py --port=8088 --ip=192.168.8.195 > /var/log/jupyterhub.log 2>&1 &
nohup jupyterhub --config=/etc/jupyterhub/jupyterhub_config.py --port=8008 --ip=192.168.8.192 >./jupyterhub.log 2>&1 &

posted on 2020-07-01 13:51  石圪节胡德禄  阅读(181)  评论(0编辑  收藏  举报

导航