Closed
Description
It would probably be convenient for users who switch browsers / toggle private browsing to be able to get a link with the auth token in the URL that can be copied from somewhere in the notebook UI. That way opening a new authenticated browser can be done easily from the already authenticated browser, without needing to get the token from jupyter notebook list
in a terminal.
Possibly related:
- Should we expose
jupyter notebook list
results in the UI and/or API? For the local case it sounds nice, but I'm thinking it's probably not a good idea as it breaks a notebook's isolation, exposing other notebook servers for the same user on the system (including their auth info).