We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095f749 commit f083beaCopy full SHA for f083bea
README.md
@@ -26,9 +26,9 @@
26
27
## Quickstart
28
29
-`pip install plotly==4.2.1 "notebook>=5.3" "ipywidgets>=7.2"`
+`pip install plotly==4.2.1`
30
31
-Inside [Jupyter notebook](https://jupyter.org/install):
+Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
32
```python
33
import plotly.graph_objects as go
34
fig = go.Figure()
0 commit comments