准备工作
1、同一局域网下的两台电脑AB
2、一台电脑A已经安装好Jupyter notebook
设置Jupyter notebook
1、打开终端,运行以下命令
jupyter notebook --generate-config
linux 下生成的文件在:~/.jupyter/jupyter_notebook_config.py
windows下生成的文件在:C:\Users\USERNAME\.jupyter\jupyter_notebook_config.py
2、获取编码后的密码
在命令行中输入python
执行python代码如下
from notebook.auth import passwd
passwd()
输入你想要设置的密码得到一串字符
Enter password:
Verify password:
Out:'sha1:b1df617fbcfd:6a75d0a661fe6cb7e7acc4b98c6d8983c40142f8