jtpio / pydata-global-2021

https://jtpio.github.io/pydata-global-2021/
3 stars 4 forks source link

Fix plotly Notebook (missing install command) #9

Closed martinRenou closed 3 years ago

martinRenou commented 3 years ago

This was missing from the Notebook:

import micropip

micropip.install('plotly');
jtpio commented 3 years ago

Good catch, thanks!