1、安装jupyter
sudo pip3 install jupyter notebook
2、设置jupter的密码
jupyter notebook password
3、设置安全组

4、设置访问ip,以及用户权限
jupyter notebook --ip 0.0.0.0 --no-browser --allow-root
5、启动 jupyter
jupyter notebook
6、停止jupyter:ctrl+C
7、访问jupyter
8、附上:
查找jupyter: find -name jupyter
这篇博客详细介绍了如何安装和配置Jupyter Notebook,包括设置密码、安全组、访问IP及用户权限,确保远程访问的安全性。同时,还提供了启动、停止Jupyter Notebook的方法以及如何查找Jupyter相关文件。

1353

被折叠的 条评论
为什么被折叠?



