jupyterlab 左侧和顶部面板错误的 ipywidget
ipywidget for jupyterlab error with left and top panel
安装 ipywidgets 后
conda install -c conda-forge ipywidgets
然后安装 jupyterlab 管理器
jupyter labextension install @jupyter-widgets/jupyterlab-manager
我的 jupyterlab 无法显示左侧和顶部面板。即使在我 运行 干净的代码之后,问题仍然存在
jupyter lab clean
我检查了我的版本
jupyter --version
显示
我重装了很多次还是不行
有人遇到过这个问题吗?
我在使用jupyterlab 1.1.1安装jupyter labextension的时候发现了这个问题。我通过将 jupyterlab 降级到 1.1.0 解决了这个问题,它起作用了。我认为最新版本的 jupyter lab 不稳定。
pip install -U jupyterlab==1.1.0
安装 ipywidgets 后
conda install -c conda-forge ipywidgets
然后安装 jupyterlab 管理器
jupyter labextension install @jupyter-widgets/jupyterlab-manager
我的 jupyterlab 无法显示左侧和顶部面板。即使在我 运行 干净的代码之后,问题仍然存在
jupyter lab clean
我检查了我的版本
jupyter --version
显示
我重装了很多次还是不行 有人遇到过这个问题吗?
我在使用jupyterlab 1.1.1安装jupyter labextension的时候发现了这个问题。我通过将 jupyterlab 降级到 1.1.0 解决了这个问题,它起作用了。我认为最新版本的 jupyter lab 不稳定。
pip install -U jupyterlab==1.1.0