InstituteforDiseaseModeling / covasim

COVID-19 Agent-based Simulator (Covasim): a model for exploring coronavirus dynamics and interventions
https://covasim.org
MIT License
254 stars 223 forks source link

Possible typo in Voila doc example on ipywidgets import #374

Closed edwenger closed 2 years ago

edwenger commented 3 years ago

Really minor thing I came across trying to build upon the Voila example code from the docs: https://github.com/InstituteforDiseaseModeling/covasim/blob/9e94ccda7616fba4faf9b010f8cb3952fff7f051/docs/tutorials/tut_deployment.ipynb#L81

I get an error that ipywidgetsets can't be imported, but if I switch that to just ipywidgets, it works fine.

Not sure if that's a system environment difference or a typo, but thought I'd flag in case you know.

Thanks.

cliffckerr commented 3 years ago

Thanks @edwenger ! Agree this looks like a typo.

cliffckerr commented 2 years ago

Fixed