Google colab hub login

Hi,
I cannot get the token entry page after I run the following code.

!pip install huggingface_hub

from huggingface_hub import notebook_login

notebook_login()

I get no output and instead of token entry page, I get the following message/popup. Even if I enable by using the provided code, I still get no output with notebook_login()

Third-party Jupyter widgets

Insert

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()

Thank you.

1 Like

I am getting the same too, no idea!

1 Like

Should be fixed soon hopefully!

https://twitter.com/thechrisperry/status/1561377294031151105?t=WTmHRpJL_wqkczSSYsqpgQ&s=19

2 Likes

i think the fix has been rolled out now no?

I believe so, though in colab it’s instead just a blank output now :cry:

image

EDIT: @julien-c the fix also needs to have:

!pip install ipywidgets==7.7.1

With this it should now work @ozioh & @nickmuchi

2 Likes