前提必要条件:
已安装好wsl的ubuntu,必要包等。
- wsl-ubuntu中设置jupyter notebook密码:
jupyter notebook password
按提示输入两边自定义密码。
- wsl-ubuntu中启动jupyter notebook
jupyter notebook
-
然后在主机浏览器中访问:http:.//localhost:8888,输入密码登录后即可。
-
如果发现在notebook中不能使用ipwidgets可以通过以下方式解决(参考官方帮助文档):
pip3 install --upgrade ipwidgets jupyter nbextension enable --py widgetsnbextension