Cannot login huggingface in notebook: Loading wigdet

The widgets just cannot print out. It keeps “loading widgets” for years. Can I log in using other method in a notebook or just fix the bug?

Here is my code

from huggingface_hub import notebook_login
notebook_login()

Here is the output

Loading widget...

Anyone has any ideas?