Skip to content

Commit 87ce12a

Browse files
committed
Added note about version 4 being "offline" only
1 parent dd5402e commit 87ce12a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notebooks/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ $ conda install -c plotly plotly=4.0.0
5555

5656
This package contains everything you need to write figures to standalone HTML files.
5757

58+
> Note: No internet connection or account is required to use plotly.py. Prior to version 4, this library could operate in either an "online" or "offline" mode. The documentation tended to emphasize the online mode, where graphs get published to the Chart Studio web service. In version 4, all "online" functionality was removed from the `plotly` package and is now available as the separate, optional, `chart-studio` package (See below). plotly.py version 4 is "offline" only, and does not include any functionality for uploading figures to cloud services.
59+
5860
```python
5961
import plotly.graph_objects as go
6062
fig = go.Figure(data=go.Bar(y=[2, 3, 1]))

0 commit comments

Comments
 (0)