-
Notifications
You must be signed in to change notification settings - Fork 392
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
Panel widget event triggers are not working in py:percent notebooks #1198
Comments
Thanks for opening an issue here too @ruzzle. I'm a Panel contributor and very briefly looked into this issue but couldn't identify where the problem might be, either in Panel/pyviz_comms or in jupytext or in how they interact with each other. |
I took a quick look at it and the problem is in registering As a quick test I added like There is a |
I am running jupyter lab via the latest official Jupyter docker “minimal-notebook” image, i.e “jupyter/minimal-notebook”. Within this environment, I am using py:percent notebooks via Jupytext for version control purposes.
I am playing with the Tabulator widget of panel in a py:percent notebook and have added an on_click event trigger, printing something. When I open the notebook as a "Jupytext notebook", the event trigger fails to work. When I open the notebook as a "Notebook", the event trigger works.
See the below recording to see the difference:
I first thought it may be a panel issue, so I filed a Github issue there (see holoviz/panel#6050), though during troubleshooting it later on appeared as if it has more to do with triggering events in general.
The text was updated successfully, but these errors were encountered: