Skip to content

Commit ca292a7

Browse files
authored
Update data-visualisation.md
1 parent 66c3145 commit ca292a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

episodes/data-visualisation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +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-
# you may also need to install ipywidgets.
149+
150+
# if you didn't install Jupyter via Anaconda, you may also need to install ipywidgets.
150151
# !pip install ipywidgets
152+
151153
import plotly.express as px
152154
```
153155

0 commit comments

Comments
 (0)