欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 文旅 > 艺术 > ## jupyter_server

## jupyter_server

2024/10/23 21:38:35 来源:https://blog.csdn.net/orDream/article/details/142730623  浏览:    关键词:## jupyter_server
$ conda install -c conda-forge jupyter_server 

查看配置文件路径

$ jupyter --pathsconfig:/home/musk/.jupyter/home/musk/anaconda3/etc/jupyter/usr/local/etc/jupyter/etc/jupyter
data:/home/musk/.local/share/jupyter/home/musk/anaconda3/share/jupyter/usr/local/share/jupyter/usr/share/jupyter
runtime:/home/musk/.local/share/jupyter/runtime

在目录 .jupyter 快速创建 jupyter_server_config.py

$ jupyter server --generate-config

自动设置密码

# 配置端口
c.ServerApp.port = 8888# Set ip to '*' to bind on all interfaces (ips) for the public server
c.ServerApp.ip = '*'
c.ServerApp.password = u'sha1:bcd259ccf...<your hashed password here>'
c.ServerApp.open_browser = False

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com