Skip to content
Advertisement

Jupyter Notebook: Force cookie expiration and reset token

How can I remove access to a Jupyter Notebook server to previous users? I did a quick setup of a Jupyter Notebook server and provided access to a few users. Now that it’s no longer needed, how can I force the authentication cookies to expire and reset the authentication token?

I think I should have used JupyterHub, but I didn’t know about it then.

Advertisement

Answer

Stop the server, run jupyter notebook password and set/change your password.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement