Skip to content

Commit

Permalink
Merge pull request #147 from vinegar-tom/patch-4
Browse files Browse the repository at this point in the history
Add ipywidgets install for plotly
  • Loading branch information
chennesy authored Nov 5, 2024
2 parents 829265e + ca292a7 commit 421b0f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions episodes/data-visualisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ plotting package in Python called Plotly. First let’s install and then use the
```python
# uncomment below to install plotly if the import fails.
# !pip install plotly

# if you didn't install Jupyter via Anaconda, you may also need to install ipywidgets.
# !pip install ipywidgets

import plotly.express as px
```

Expand Down

0 comments on commit 421b0f4

Please sign in to comment.