赞
踩
在某个目录下创建虚拟环境,我用的pyenv virtualenv创建的虚拟环境, 然后安装jupyter, 使用清华源安装的快
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
jupyter notebook password
, 然后带参数执行jupyter notebook --no-browser --port 8888 --ip 0.0.0.0
,接着在本地浏览器地址栏输入http://服务器ip:8888,就可以连接到服务器的jupyter notebook了, 输入密码登录使用输入 jupyter notebook password 接着按照提示设置密码
密码对应的SHA1在~/.jupyter/jupyter_notebook_config.json中, 进入这个json文件并复制sha1:xxxxxxxxxxxxxxxxxxxxxx
踩过的坑
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。