相关疑难解决方法(0)

如何让ipywidgets在Jupyter Lab工作?

在Jupyter Notebook中,ipywidgets运行良好,但它们似乎在Jupyter Lab中不起作用(据说它比Notebook更好).

我遵循了这些指示.

第1步:安装Node.js(https://nodejs.org/en/)

第2步:使用conda在Python 3上安装了需求:

conda install -c conda-forge ipywidgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Run Code Online (Sandbox Code Playgroud)

不幸的是,基本的小部件在jupyter实验室笔记本中不起作用:

在此输入图像描述

python ipython jupyter ipywidgets jupyter-lab

37
推荐指数
4
解决办法
2万
查看次数

Jupyter Lab - dask-labextension 不起作用

Jupyter Lab dask-labextension不起作用

均从以下位置安装

  • A.) JupyterLab 侧栏/扩展管理器/搜索它/单击安装
  • B.) 命令行 rom my cd 到 anaconda安装指南
conda install jupyterlab nodejs
conda install -c conda-forge dask-labextension
jupyter labextension install dask-labextension
jupyter serverextension enable dask_labextension
Run Code Online (Sandbox Code Playgroud)

错误

  • 在juyerlab启动时弹出错误消息 -ERROR: "Dask Server Error Failed to list clusters: might the server extension not be installed/enabled?"
  • 如果我等待它会为我提供构建 -> 我点击build
  • Build CompleteBuild successfully completed, reload page?点击->reload

问题

  • 我的 JupyterLab 的令牌密码已锁定,这可能是此扩展程序无法访问它的原因吗?

尝试过的解决方案

  • 从 JupyterLab 侧栏/扩展管理器删除扩展
    • WARNING The JupyterLab development team is excited to …

python jupyter dask jupyter-lab

5
推荐指数
1
解决办法
3473
查看次数

标签 统计

jupyter ×2

jupyter-lab ×2

python ×2

dask ×1

ipython ×1

ipywidgets ×1