木星实验室达克-拉延不工作
从以下两个方面安装了:
conda install jupyterlab nodejs
conda install -c conda-forge dask-labextension
jupyter labextension install dask-labextension
jupyter serverextension enable dask_labextension误差
ERROR: "Dask Server Error Failed to list clusters: might the server extension not be installed/enabled?"buildBuild CompleteBuild successfully completed, reload page?单击-> reload问题
试用解决方案
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)发布于 2021-10-04 17:25:45
自从发布这个问题以来,JupyterLab 3.0就已经发布了,它使安装扩展变得更加容易。如果您安装了dask分布式系统,则可以:conda/pip install dask-labextension
https://stackoverflow.com/questions/64500809
复制相似问题