voila-dashboards / voila

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

Voila won't render if sidecar interactions #335

Open timkpaine opened 5 years ago

timkpaine commented 5 years ago

xref: https://github.com/jupyter-widgets/jupyterlab-sidecar/issues/23

SylvainCorlay commented 5 years ago

Thanks. Good catch!

jtpio commented 4 years ago

Sidecar is quite specific to JupyterLab.

Do you think it should work transparently in Voila?

timkpaine commented 4 years ago

No, it should probably be a no-op. But right now it causes voila to not work at all, which means to take a jlab notebook with sidecar and make a Voila app requires code changes to the notebook.

jtpio commented 4 years ago

Yeah exactly, is should just display the output as normal.

timkpaine commented 4 years ago

@jtpio thats fine. Right now it causes voila to stop all rendering from that cell onward.