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錯誤在juyerlab啟動時彈出錯誤消息 -ERROR: "Dask Server Error Failed to list clusters: might the server extension not be installed/enabled?"如果我等待它會為我提供構建 -> 我點擊buildBuild CompleteBuild successfully completed, reload page?點擊->reload問題我的 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)
1 回答

慕姐4208626
TA貢獻1852條經驗 獲得超7個贊
自此問題發布以來,JupyterLab 3.0 已發布,它使安裝擴展變得更加容易。如果您安裝了 dask 分布式,您可以:conda/pip install dask-labextension
添加回答
舉報
0/150
提交
取消