Skip to content

Commit f083bea

Browse files
Update README.md
1 parent 095f749 commit f083bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
## Quickstart
2828

29-
`pip install plotly==4.2.1 "notebook>=5.3" "ipywidgets>=7.2"`
29+
`pip install plotly==4.2.1`
3030

31-
Inside [Jupyter notebook](https://jupyter.org/install):
31+
Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
3232
```python
3333
import plotly.graph_objects as go
3434
fig = go.Figure()

0 commit comments

Comments
 (0)