伙计们,当我试图在ipyleafltet中创建一个映射时,我遇到了一个错误,所以我尝试了以下步骤来完全重新安装jupyter和ipyleaflet。现在我没有收到错误,但是ipywidget只挂起"Loading .“。我知道干净的重新安装是有效的,因为我以前做过,但我似乎错过了一步。不要认为这是相关的,但万一我正在运行一个AWS EC2实例
最佳,汤姆(tom@geospatialtechnicalsolutions.com)
卸载源代码v
卸载@jupyter-widgets/jupyterlab-manager的
卸载@jupyterlab/geojson-extension的
卸载@jupyterlab/google-drive的
卸载@jupyterlab/toc的
卸载@parente/jupyterlab-quickopen的
卸载@qzchenwl/jupyterlab-manager的
卸载jupyter-leaflet的
卸载jupyterlab-execute-time的
卸载jupyterlab-interactive-dashboard-editor的
卸载jupyterlab-s3-browser的
卸载jupyterlab-skip-traceback的
卸载jupyterlab-tabular-data-editor的
安装pip-autoremove
/Users/$user/Library/Jupyter/nbextensions
/Users/$user/Library/Jupyter/nbsignatures.db
/Users/$user/Library/Jupyter/notebook_secret
安装
安装jupyterlab
发布于 2021-03-23 04:39:41
不确定这是否有帮助,但我可能会做的是
jupyter lab clean --all而不是简单的jupyter lab clean,更重要的是,我只想
pip3 install jupyterlab --force-reinstall
...
jupyter lab没有pip install notebook或jupyter notebook
https://stackoverflow.com/questions/64143786
复制相似问题