当前位置:   article > 正文

jupyter notebook远程使用_python -c 'from notebook.auth import passwd; print

python -c 'from notebook.auth import passwd; print(passwd())

welcome to my blog

创建虚拟环境, 安装jupyter notebook

在某个目录下创建虚拟环境,我用的pyenv virtualenv创建的虚拟环境, 然后安装jupyter, 使用清华源安装的快

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
  • 1
如果是临时设置, 可以先给jupyter notebook设置登录密码,执行jupyter notebook password, 然后带参数执行jupyter notebook --no-browser --port 8888 --ip 0.0.0.0,接着在本地浏览器地址栏输入http://服务器ip:8888,就可以连接到服务器的jupyter notebook了, 输入密码登录使用

下面是永久配置的方法

一.设置jupyter notebook登录密码
输入 jupyter notebook password 接着按照提示设置密码

密码对应的SHA1在~/.jupyter/jupyter_notebook_config.json中, 进入这个json文件并复制sha1:xxxxxxxxxxxxxxxxxxxxxx
  • 1
  • 2
  • 3

踩过的坑

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/827658
推荐阅读
相关标签
  

闽ICP备14008679号