Huggingface Jupyter Notebook Login

Hi Huggingface users!

I am facing an issue. When I open my Jupyter notebook, and I type in a cell

from huggingface_hub import notebook_login
notebook_login()

I get the huggingface login. I type my username (wilornel) and password (secret), and press Login.

Then, a dialog appears:

Kernel Restarting
The kernel for Untitled2.ipynb appears to have died. It will restart automatically.
```.

I tried with my email address for the username. I tried with a bad password. It all does not work.

Please help.

Thank you!

Wilornel