-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript output is disabled in JupyterLab #917
Comments
Thanks @dhirschfeld.
Probably this is an issue with Bokeh? iirc this was also mentioned before in #244 with links to an Jupyter Widgets have been working in Voila since the very start, with some example notebooks in https://github.com/voila-dashboards/voila/tree/master/notebooks |
Ah looks like https://github.com/philippjfr/ipybokeh is now archived and https://github.com/bokeh/jupyter_bokeh is the new repo. |
I've got ...from that issue it seems like
I'll close this now as I think it may just be that bokeh isn't fully compatible with |
Thanks for checking 👍
Maybe this will improve when Voila becomes a JupyterLab based app (#846) so it can reuse prebuilt lab extensions directly. |
Thanks for the pointer, that looks promising indeed - subscribed! 👀 |
NB: I also didn't have any luck displaying a perspective widget so that issue seems a likely culprit. |
I'm trying to show a
bokeh
plot in anipywidget.Output
and to render that with voila (in JupyterLab):In the notebook it renders fine:
...but voila gives a
JavaScript output is disabled in JupyterLab
error:It would be a pretty big limitation if you can't use
ipywidgets
in a voila app! Is there a way to get this to work?The text was updated successfully, but these errors were encountered: