参考https://www.cnblogs.com/damin1909/p/12691147.html
报错信息为:
404 GET /api/kernels/…
解决方法:
pip install --user --ignore-installed jupyter
文中另一种报错信息:
404 GET /jupyter/nbextensions/widgets/notebook/js/extension.js?v=20170626221437 (0.0.0.0)
解决方法:
conda install -c conda-forge ipywidgets
或者
pip install ipywidgets
jupyter nbextension enable --py widgetsnbextensions