-
Notifications
You must be signed in to change notification settings - Fork 5
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
import ipydatagrid
fails with error about not having an active Shiny session
#99
Comments
Is there any updates or follow-ups with this issue. I'm encountering the same issue when trying to implement |
I haven't looked into this at all, but a potential workaround might be to |
I agree with the conclusion by @cpsievert. If you put @module.server
def metrics_explorer_server(input, output, session, metrics_data):
import ipydatagrid
<... etc. ...> |
Wow. That worked. Thanks @andrie and @cpsievert. |
I think this should be fixed in ipydatagrid 1.3.2, which is probably due to jupyter-widgets/ipydatagrid#400 |
Reported by @andrie
App:
Simply starting the app gives this:
The text was updated successfully, but these errors were encountered: