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 66c3145 commit ca292a7Copy full SHA for ca292a7
episodes/data-visualisation.md
@@ -146,8 +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
-# you may also need to install ipywidgets.
+
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