Skip to content
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

voila breaks on simplest example of widget callback #1341

Closed
dwr-psandhu opened this issue May 13, 2020 · 1 comment
Closed

voila breaks on simplest example of widget callback #1341

dwr-psandhu opened this issue May 13, 2020 · 1 comment

Comments

@dwr-psandhu
Copy link
Contributor

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

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)
@dwr-psandhu
Copy link
Contributor Author

Nevermind. Just read this issue voila-dashboards/voila#244 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant