脚本专栏 
首页 > 脚本专栏 > 浏览文章

Python3 jupyter notebook 服务器搭建过程

(编辑:jimmy 日期: 2024/5/9 浏览:3 次 )

1. jupyter notebook 安装

"htmlcode">

mkdir jupyter
cd jupyter/

"htmlcode">

virtualenv --python=python3 --no-site-packages venv
source venv/bin/activate

"htmlcode">

pip install jupyter

2. jupyter notebook 配置

"htmlcode">

mkdir notebooks

用于保存网页端创建的 ipynb 文件。

"htmlcode">

jupyter notebook --generate-config

生成的配置文件保存在当前用户的 .jupyter 目录下。

"htmlcode">

python -c "import IPython; print(IPython.lib.passwd())"

执行后输入密码,生成类似 'sha1:xxx:xxx' 的密文。

"htmlcode">

c.NotebookApp.allow_remote_access = True    # 允许远程访问
c.NotebookApp.ip = '*'             # 允许任意ip访问此服务器
c.NotebookApp.password = 'sha1:xxx:xxx'     # 上一步生成的密文
c.NotebookApp.open_browser = False       # 运行时不打开本机浏览器
c.NotebookApp.allow_root =True         # 允许使用 root 权限运行
c.NotebookApp.port = 8888            # 指定 jupyter notebook 使用的端口
c.ContentsManager.root_dir = 'notebooks'    # 指定 ipynb 等文件的保存目录

3. 启动 jupyter notebook

"htmlcode">

jupyter notebook

"htmlcode">

nohup jupyter notebook > ~/jupyter/jupyter.log 2>&1 &

总结

以上所述是小编给大家介绍的Python3 jupyter notebook 服务器搭建,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!

上一篇:Python 中 function(#) (X)格式 和 (#)在Python3.*中的注意事项
下一篇:解决Python2.7中IDLE启动没有反应的问题
一句话新闻
高通与谷歌联手!首款骁龙PC优化Chrome浏览器发布
高通和谷歌日前宣布,推出首次面向搭载骁龙的Windows PC的优化版Chrome浏览器。
在对骁龙X Elite参考设计的初步测试中,全新的Chrome浏览器在Speedometer 2.1基准测试中实现了显著的性能提升。
预计在2024年年中之前,搭载骁龙X Elite计算平台的PC将面世。该浏览器的提前问世,有助于骁龙PC问世就获得满血表现。
谷歌高级副总裁Hiroshi Lockheimer表示,此次与高通的合作将有助于确保Chrome用户在当前ARM兼容的PC上获得最佳的浏览体验。
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网