kora icon indicating copy to clipboard operation
kora copied to clipboard

`google.colab.enable_custom_widget_manager()` doesn't work

Open simonrouse9461 opened this issue 1 year ago • 0 comments

The following snippet does not work:

from google.colab import output
output.enable_custom_widget_manager()

It raises this error:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In [6], line 2
      1 from google.colab import output
----> 2 output.enable_custom_widget_manager()

AttributeError: module 'google.colab.output' has no attribute 'enable_custom_widget_manager'

This doesn't happen in regular Colab notebook.

simonrouse9461 avatar Mar 08 '23 13:03 simonrouse9461