-
Notifications
You must be signed in to change notification settings - Fork 225
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
The example notebook does not work on Google Colab #336
Comments
Yep. Unfortunately ipywidgets is supported in colab but not sub-widgets-packages like ipympl. |
See googlecolab/colabtools#498 and a follow up issue with much more detailed info here: googlecolab/colabtools#1524 |
ipympl now works in colab! |
@martinRenou I think it no longer works? Running |
You need to run the following for it to work: from google.colab import output
output.enable_custom_widget_manager() |
Ah! Thanks! |
I'm getting this same error in a notebook in vscode. Is there a known workaround? |
Describe the issue
The example notebook fails on Google Colab
!pip install ipympl
Versions
The
ipympl
fails in the section ofInteractions with other widgets and layouting
.The text was updated successfully, but these errors were encountered: