Linux创建jupyter notebook和jupyter lab, windows可远程访问

这篇博客介绍了如何配置Jupyter Notebook服务器,包括设置IP地址为'0.0.0.0',设定密码,禁用默认浏览器启动,指定监听端口8889,设定工作目录,并允许远程访问。通过这些步骤,用户可以安全地远程操作和管理Jupyter Notebook实例。
摘要由CSDN通过智能技术生成

参考0:
https://blog.csdn.net/u013187057/article/details/81477149
https://blog.csdn.net/sunjinshengli/article/details/85057791
https://blog.csdn.net/Benja_K/article/details/102679326

参考1:
https://bitmingw.com/2017/07/09/run-jupyter-notebook-server/

参考2:
https://blog.csdn.net/weixin_35924734/article/details/112511041

文件配置

c.NotebookApp.ip='0.0.0.0'
c.NotebookApp.password =u'sha1...'
c.NotebookApp.open_browser = False
c.NotebookApp.port = 8889
c.InteractiveShellApp.matplotlib = 'inline'
c.NotebookApp.notebook_dir = '/home/your folder'
c.NotebookApp.allow_remote_access = True

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值