How to get ipywidgets working in Jupyter Lab?

后端 未结 8 1105
北海茫月
北海茫月 2020-12-07 17:39

In Jupyter Notebook, ipywidgets work fine, however they seem to not work in Jupyter Lab (which is supposedly better than Notebook).

I followed these directions.

8条回答
  •  庸人自扰
    2020-12-07 18:08

    I was getting a Permission Denied error, so adding sudo to the accepted command helped: sudo jupyter labextension install @jupyter-widgets/jupyterlab-manager.

提交回复
热议问题