Issue
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.
Solution
Stop the server, run jupyter notebook password
and set/change your password.
Answered By - crissal
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.