Ploly在JupyterLab的正确扩展是什么?

2022-03-08 00:00:00 python plotly jupyter jupyter-lab libraries

问题描述

普洛特里不在木星实验室工作。我假设所需扩展中存在冲突,但我不确定。 在检查Plolyhttps://plotly.com/python/troubleshooting/上的故障排除时,他们建议删除扩展并重新安装。 但是我发现Jupyterlab更新附带了一个额外的扩展名为‘jupyterlab-plotly-extension’ Ploly在他们的说明中没有提到这一点,以便使其在JupyterLab中正常工作https://plotly.com/python/getting-started/#jupyterlab-support-python-35

我的问题是:应该安装哪些扩展才能使Ploly在JupyterLab中工作?

  • jupyterlab-在插图支持中提到的情节
  • JupyterLab附带的jupyterlab-plotly-tension

解决方案

在终端或命令中输入‘jupyter labtension list’以运行环境状态。下面的示例显示了"jupyter lab"成功运行时的环境信息。

xxxxx-no-iMac:~ xxxxx$ jupyter labextension list
JupyterLab v2.1.5
Known labextensions:
   app dir: /Library/Frameworks/Python.framework/Versions/3.6/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v2.0.0  enabled  OK
        @jupyterlab/git v0.20.0  enabled  OK
        @lckr/jupyterlab_variableinspector v0.5.0  enabled  OK
        jupyterlab-plotly v1.5.4  enabled  OK
        nbdime-jupyterlab v2.0.0  enabled  OK
        plotlywidget v1.5.4  enabled  OK

相关文章