问题:浏览器检查网络
网上各种方法试遍都不行,最后在github里面找到解决办法>
卸载 之前5.7.6版本
pip uninstall jupyter notebook
安装 5.7.4版本
pip install jupyter notebook==5.7.4
完美解决
附github贴子地址
https://github.com/jupyter/notebook/issues/4467
网上各种方法试遍都不行,最后在github里面找到解决办法>
卸载 之前5.7.6版本
pip uninstall jupyter notebook
安装 5.7.4版本
pip install jupyter notebook==5.7.4
完美解决
附github贴子地址
https://github.com/jupyter/notebook/issues/4467
相关文章: