【问题标题】:ipywidget for jupyterlab error with left and top panel左侧和顶部面板的 jupyterlab 错误的 ipywidget
【发布时间】:2019-09-01 13:07:49
【问题描述】:

安装 ipywidgets 后

conda install -c conda-forge ipywidgets

然后安装 jupyterlab 管理器

jupyter labextension install @jupyter-widgets/jupyterlab-manager

我的 jupyterlab 无法显示左侧和顶部面板。即使我运行干净的代码后,问题仍然存在

jupyter lab clean

我检查了我的版本

jupyter --version

显示

重装了很多次还是不行 有人遇到过这个问题吗?

【问题讨论】:

    标签: jupyter-lab


    【解决方案1】:

    我在使用 jupyterlab 1.1.1 并安装了 jupyter labextension 时发现了这个问题。我通过将 jupyterlab 降级到 1.1.0 解决了它的工作。我认为最新版本的 jupyter lab 不稳定。 pip install -U jupyterlab==1.1.0

    【讨论】:

    • 但是我用的是1.0.2版本