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.
2 parents 829265e + ca292a7 commit 421b0f4Copy full SHA for 421b0f4
1 file changed
episodes/data-visualisation.md
@@ -146,6 +146,10 @@ plotting package in Python called Plotly. First let’s install and then use the
146
```python
147
# uncomment below to install plotly if the import fails.
148
# !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
153
import plotly.express as px
154
```
155
0 commit comments