mac jupyter notebook打开浏览器空白不显示文件

解决方法

pip uninstall jupyter notebook
pip install jupyter notebook -i https://pypi.tuna.tsinghua.edu.cn/simple --default-timeout=100

原因

卸载重装之后,发现终端显示一条:

ERROR: syft 0.2.6 has requirement tornado==4.5.3, but you'll have tornado 6.0.4 which is incompatible.

原来是之前安装syft包使得前置包tornado降级了,升级后网页打开即可正常显示文件