Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : 421b0f4
Branch  : main
Author  : Cody Hennesy <[email protected]>
Time    : 2024-11-05 16:51:53 +0000
Message : Merge pull request #147 from vinegar-tom/patch-4

Add ipywidgets install for plotly
  • Loading branch information
actions-user committed Nov 5, 2024
1 parent 6d9ebcc commit dd8d634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"episodes/conditionals.md" "b567ac5270b3dc82c4ed119870a0a890" "site/built/conditionals.md" "2024-06-17"
"episodes/writing-functions.md" "99171306646b8b63c66a493acef12e63" "site/built/writing-functions.md" "2024-06-17"
"episodes/tidy.md" "03e41c4d6c93d0b4b1ea4b2ea0c17522" "site/built/tidy.md" "2024-06-27"
"episodes/data-visualisation.md" "83929e8d9a980200de5f6fa293cf41ee" "site/built/data-visualisation.md" "2024-10-29"
"episodes/data-visualisation.md" "c4713b131f46fdb0cfb94e1531803f9e" "site/built/data-visualisation.md" "2024-11-05"
"episodes/wrap.md" "6e2c8fe8bab006ad451a481d27982d06" "site/built/wrap.md" "2024-06-17"
"instructors/design.md" "644a2269c636c2de465fe655b899a508" "site/built/design.md" "2023-05-08"
"instructors/instructor-notes.md" "62646361a3b355df21da3707168fee01" "site/built/instructor-notes.md" "2023-05-08"
Expand Down

0 comments on commit dd8d634

Please sign in to comment.