我想提请3D PCA与pylot(Scatter3d),但图形没有显示在了jupyterlab仅在jupyter笔记本.
我已经安装了'jupyterlab_plotly'软件包,我能够创建一个'jupyterlab_plotly.Plotly对象',但我无法弄清楚如何在笔记本中实际包含/绘制图形.
我想知道是否有人可以在jypyterlab中使用pyplot发布绘制图形的工作示例.
(该项目的git网站上的示例 - https://github.com/gnestor/jupyterlab_plotly-只呈现'jupyterlab_plotly.Plotly对象',但不是图形本身)
谢谢,