You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the best way to debug callback widget events in Voila? I put a bunch of print statements inside my callback, and started Voila in debug mode, but that info didn't seem to print to stdout. I get everything else. This link seems to only refer to debugging within the notebook. Running through Voila, I can't access the debug_viewer.
The text was updated successfully, but these errors were encountered:
The output widget can be made available to Voila by adding a mount-id:
importipywidgetsaswidgetsimporttraitletsout=widgets.Output()
out.add_traits(_metadata=traitlets.Dict(default_value={'mount_id': 'out'}).tag(sync=True))
out
What's the best way to debug callback widget events in Voila? I put a bunch of print statements inside my callback, and started Voila in debug mode, but that info didn't seem to print to stdout. I get everything else. This link seems to only refer to debugging within the notebook. Running through Voila, I can't access the
debug_viewer
.The text was updated successfully, but these errors were encountered: