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
Support for third party widgets (widgets outside of the ipywidgets package) needs to be enabled separately.
Support for these widgets will be loaded from a CDN external from Colab.
from google.colab import output
output.enable_custom_widget_manager()
The text was updated successfully, but these errors were encountered:
After running, the view should look like this:
I only get this:
The suggested fix below does not work:
The text was updated successfully, but these errors were encountered: