- 启动环境
2.安装
pip install jupyter
3.设置密码
jupyter-notebook password
4.开启服务
mkdir workspace
nohup jupyter-notebook --no-browser --ip=0.0.0.0 ./workspace
5.开启端口
8888被占用了,开启8889
sudo firewall-cmd --add-port=8889/tcp --permanent
firewall-cmd --reload