voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.42k stars 503 forks source link

Voila and ipywidget render #1361

Open TTuserYellow opened 1 year ago

TTuserYellow commented 1 year ago

I'm using voila with TLJH. ipywidgets components are correctly rendered in TLJH but not in voila.

I'm testing with this notebook : https://github.com/binder-examples/voila

any idea to help me please ?

Thks

kgartland-rstudio commented 1 year ago

I think I'm hitting the same issue. ipywidgets doesn't seem to be included as a dependency since Friday.

ModuleNotFoundError: No module named 'ipywidgets'
martinRenou commented 1 year ago

I'm testing with this notebook : https://github.com/binder-examples/voila

The binder you pointed to seems to work just fine

Screenshot from 2023-08-03 15-02-07

Could you provide more information about your setup?