Skip to content

Commit 6ff77d6

Browse files
committed
more docstring updates
1 parent 555d89a commit 6ff77d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/offline/offline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@ def download_notebook_image(format='png', height=600, width=800,
514514
"""
515515
Download an image of the most recent plot. This function should be
516516
called in a cell following the output cell that includes the plot.
517+
In other words, do not run this functon in the same cell as your
518+
iplot call.
517519
518520
Keyword arguments:
519521
format -- sets the image format for the saved file (default='png')

0 commit comments

Comments
 (0)