在jupyterlab中使用plot.ly - 图形不显示

时间:2017-06-08 15:23:32

标签: anaconda plotly jupyter-lab

我想用pylot( Scatter3d )绘制3D PCA,但是只有 jupyter-notebook 中的图形才显示在 jupyterlab

我已经安装了'jupyterlab_plotly'软件包,我能够创建一个'jupyterlab_plotly.Plotly对象',但我无法弄清楚如何在笔记本中实际包含/绘制图形。

我想知道是否有人可以在jypyterlab中使用pyplot发布绘制图形的工作示例。

(项目的git网站上的示例 - https://github.com/gnestor/jupyterlab_plotly-仅呈现'jupyterlab_plotly.Plotly对象',但不是图形本身)

谢谢,

3 个答案:

答案 0 :(得分:7)

我有同样的问题。看起来项目已经移到这里: https://github.com/jupyterlab/jupyter-renderers 使用建议安装: jupyter labextension install @jupyterlab/plotly-extension 为我工作。

答案 1 :(得分:0)

@ user1561393的答案描述了一个好的解决方案。

我想补充一点,plotly文档还在其'Getting started' guide中更详细地介绍了这些步骤。即使其中一些已迁移到较新的服务(如其V4的情况),通常也应该保持最新状态。

答案 2 :(得分:0)

现在根据https://plotly.com/python/getting-started/#jupyterlab-support-python-35jupyter labextension install jupyterlab-plotly取代了此