python - Jupyter 实验室 - dask-labextension 不起作用

标签 python jupyter dask jupyter-lab

Jupyter 实验室 dask-labextension不工作
已安装 都来自:

  • A.) JupyterLab 侧边栏/扩展管理器/搜索它/点击安装
  • B.) 命令行从我的 cd 到 anaconda installation guide
  • conda install jupyterlab nodejs
    conda install -c conda-forge dask-labextension
    jupyter labextension install dask-labextension
    jupyter serverextension enable dask_labextension
    
    错误
  • 在 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

  • 问题
  • 我有 token 密码锁定我的 JupyterLab 这可能是这个扩展无法访问它的原因吗?

  • 尝试过的解决方案
  • 从 JupyterLab 侧栏/扩展管理器中删除扩展
  • WARNING The JupyterLab development team is excited to have a robust third-party extension community. However, we do not review third-party extensions, and some extensions may introduce security risks or contain malicious code that runs on your machine.
  • Error communicating with server extension. Consult the documentation for how to ensure that it is enabled. Reason given: Error: 403 (Forbidden)

  • 我已经安装了 node js - https://stackoverflow.com/a/55450973/10270590
  • 最佳答案

    JupyterLab 3.0 自发布此问题以来已发布,它使安装扩展变得更加容易。如果您安装了 dask 分布式,您可以:conda/pip install dask-labextension

    关于python - Jupyter 实验室 - dask-labextension 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64500809/

    相关文章:

    python - 在 Django Admin 中,选项可以依赖于其他值吗?

    python - 从另一个笔记本以编程方式启动 jupyter notebook

    python - Plotly:如何使用散点图显示 multiIndex 数据框?

    python - 如何查看 Jupyter Notebook 中调用我的方法或类的所有行的列表?

    python - 指定 das 的仪表板端口

    python dask dataframes - 连接 groupby.apply 输出到单个数据帧

    python - 如何使用 uikit 将导航栏固定在顶部?

    Python Netsnmp 和 snmpwalk

    python - 如何轻松解决分配优化任务

    python - 当需要计算数据帧列时使用 dask 进行并行计算