vizly-notebook icon indicating copy to clipboard operation
vizly-notebook copied to clipboard

password authentication

Open guidov opened this issue 8 months ago • 2 comments

If I run the notebook I get this in the logs . I assume that I had set up some password authentication in my jupyter config file. I get this output in the logs. [W 2024-06-19 16:16:55.757 ServerApp] wrote error: 'Forbidden' Traceback (most recent call last): File "/home/user/miniforge3/lib/python3.11/site-packages/tornado/web.py", line 1788, in _execute result = method(*self.path_args, **self.path_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/guido/miniforge3/lib/python3.11/site-packages/tornado/web.py", line 3289, in wrapper url = self.get_login_url() ^^^^^^^^^^^^^^^^^^^^ File "/home/user/miniforge3/lib/python3.11/site-packages/jupyter_server/base/handlers.py", line 763, in get_login_url raise web.HTTPError(403) tornado.web.HTTPError: HTTP 403: Forbidden

However I ran 'jupyter' by itself and then a webpage asking for my password popped up and let me run the notebook. When I went back to 'jupyter thread' it then worked. Seemingly the browser remembered the authentication and allowed thread to run. Is there a way around this, like not loading a default config file in ~/.jupyter. Thanks

guidov avatar Jun 19 '24 14:06 guidov