如何在Jupyter笔记本中保存绘图图?

时间:2020-06-07 15:33:07

标签: python jupyter-notebook plotly

我在jupyter笔记本中大量使用。 有时,当我重新打开笔记本时,看不到图表,但图表的空间仍然存在。

每次启动笔记本时都使用它。

# plotly notebook mode
from plotly.offline import plot, iplot, init_notebook_mode
# Make plotly work with Jupyter notebook
init_notebook_mode()

我正在使用python 3.7.6和4.7.1

0 个答案:

没有答案