Jupyter notebook 在UbuntuLinux20.04上卸载并重新安装Jupyter Lab和ipyleaflet的步骤

Jupyter notebook 在UbuntuLinux20.04上卸载并重新安装Jupyter Lab和ipyleaflet的步骤,jupyter-notebook,leaflet,ipython,jupyter,jupyter-lab,Jupyter Notebook,Leaflet,Ipython,Jupyter,Jupyter Lab,各位, 当我试图在ipyleaflet中创建一个映射时,我遇到了一个错误,因此我尝试了以下步骤来完全重新安装jupyter和ipyleaflet。现在我没有得到一个错误,但ipywidget只是挂起“加载小部件…”。我知道一个干净的重新安装工作,因为我以前做过,但我似乎错过了一个步骤。不认为这是相关的,但如果是这样的话,我会在AWS EC2实例上运行 最好的, 汤姆(tom@geospatialtechnicalsolutions.com) 卸载 来源五 列表项 环境 jupyter la

各位, 当我试图在ipyleaflet中创建一个映射时,我遇到了一个错误,因此我尝试了以下步骤来完全重新安装jupyter和ipyleaflet。现在我没有得到一个错误,但ipywidget只是挂起“加载小部件…”。我知道一个干净的重新安装工作,因为我以前做过,但我似乎错过了一个步骤。不认为这是相关的,但如果是这样的话,我会在AWS EC2实例上运行

最好的, 汤姆(tom@geospatialtechnicalsolutions.com)

卸载 来源五

  • 列表项

  • 环境

  • jupyter labextension卸载@jupyter widgets/jupyterlab manager

  • jupyter labextension卸载@jupyterlab/geojson扩展

  • jupyter labextension卸载@jupyterlab/google驱动器

  • jupyter labextension卸载@jupyterlab/toc

  • jupyter labextension卸载@parente/jupyterlab quickopen

  • jupyter labextension卸载@qzchenwl/jupyterlab manager

  • jupyter实验室jupyter传单

  • jupyter labextension卸载jupyterlab执行时间

  • jupyter labextension卸载jupyterlab交互式仪表板编辑器

  • jupyter labextension卸载jupyterlab-s3-browser

  • jupyter labextension卸载jupyterlab跳过回溯

  • jupyter labextension卸载jupyterlab表格数据编辑器

  • jupyter实验室清洁

  • pip3卸载jupyterlab

  • python3-m pip卸载-y jupyter jupyter\u核心jupyter客户端jupyter控制台笔记本电脑qtconsole---nbconvert nbformat

  • pip3安装pip自动删除

  • pip自动记忆jupyter-y

  • pip自动删除jupyter core-y

  • rm-rf/Users/$user/Library/Jupyter/nbextensions

  • rm-rf/Users/$user/Library/Jupyter/nbsignatures.db

  • rm-rf/Users/$user/Library/Jupyter/notebook_secret

安装

  • pip3安装jupyterlab
  • pip3安装笔记本
  • jupyter笔记本
  • pip3安装瞧
  • jupyter nbextension enable--py--sys前缀widgetsnbextension
  • sudo jupyter nbextension enable--py--sys前缀widgetsnbextension
  • pip3安装GMAP
  • jupyter nbextension enable--py--sys前缀gmaps
  • sudo jupyter nbextension enable--py--sys前缀gmap
  • pip3安装ipyleaflet
  • jupyter labextension安装@jupyter widgets/jupyterlab管理器jupyter传单
  • git克隆
  • cd-ipyleaflet
  • jupyter nbextension安装--py--symlink--sys前缀ipyleaflet
  • jupyter nbextension enable--py--sys前缀ipyleaflet
  • jupyter labextension安装@jupyter widgets/jupyterlab manager js
  • jupyter labextension安装@bokeh/jupyter_bokeh
  • jupyter labextension安装@jupyter widgets/jupyterlab manager
  • jupyter labextension安装@jupyterlab/geojson扩展
  • jupyter labextension安装@jupyterlab/google驱动器
  • jupyter labextension安装@jupyterlab/toc
  • jupyter labextension安装@parente/jupyterlab quickopen
  • jupyter labextension安装@qzchenwl/jupyterlab manager
  • jupyter labextension安装jupyter传单
  • jupyter labextension安装jupyterlab执行时间
  • jupyter labextension安装jupyterlab交互式仪表板编辑器
  • jupyter labextension安装jupyterlab-s3-browser
  • jupyter labextension安装jupyterlab跳过回溯
  • jupyter labextension安装jupyterlab表格数据编辑器

    • 不确定这是否有帮助,但我会做的是可能做一个

      jupyter lab clean --all
      
      而不是简单的
      jupyter lab clean
      ,除此之外, 我只是

      pip3 install jupyterlab --force-reinstall
      ...
      jupyter lab
      

      如果没有
      pip安装笔记本
      jupyter笔记本

      ,那么解释这些决定背后的原因将很有帮助。