Skip to content

Commit

Permalink
Update data-visualisation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chennesy authored Nov 5, 2024
1 parent 66c3145 commit ca292a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion episodes/data-visualisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +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
# you may also need to install ipywidgets.

# 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 ca292a7

Please sign in to comment.