We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bokeh 2.0+ python 3.7 jupyter 1.0 notebook 6.0+ OS windows/linux browser Chrome jupyter_bokeh 2.0+
Example below works in notebook mode but fails when run under Viola. The widget displays but the callback doesn't work
import panel as pn from panel.interact import interact, interactive, fixed, interact_manual from panel import widgets pn.extension() def f(x): return x interact(f, x=10)
The text was updated successfully, but these errors were encountered:
Nevermind. Just read this issue voila-dashboards/voila#244 (comment)
Sorry, something went wrong.
No branches or pull requests
ALL software version info
bokeh 2.0+
python 3.7
jupyter 1.0
notebook 6.0+
OS windows/linux
browser Chrome
jupyter_bokeh 2.0+
Description of expected behavior and the observed behavior
Example below works in notebook mode but fails when run under Viola. The widget displays but the callback doesn't work
Complete, minimal, self-contained example code that reproduces the issue
The text was updated successfully, but these errors were encountered: