Skip to content

Commit 421b0f4

Browse files
authored
Merge pull request #147 from vinegar-tom/patch-4
Add ipywidgets install for plotly
2 parents 829265e + ca292a7 commit 421b0f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

episodes/data-visualisation.md

+4
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ plotting package in Python called Plotly. First let’s install and then use the
146146
```python
147147
# uncomment below to install plotly if the import fails.
148148
# !pip install plotly
149+
150+
# if you didn't install Jupyter via Anaconda, you may also need to install ipywidgets.
151+
# !pip install ipywidgets
152+
149153
import plotly.express as px
150154
```
151155

0 commit comments

Comments
 (0)