vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

Allow user to pick from local jupyter session

Open DonJayamanne opened this issue 5 years ago • 2 comments

When connecting to an existing jupyter session, user needs to enter the URL of the jupyter server. We could instead pre-populate a list with the active jupyter servers.

We already have code to get the list of servers (it includes the token information as well).

DonJayamanne avatar Dec 18 '19 21:12 DonJayamanne

Is this a must fix?

rchiodo avatar Jan 08 '20 23:01 rchiodo

I'd really like this. It's kind of a pain to find the token for a server if that's needed, but vscode should have the rights to figure out tokens on it's own (from jupyter notebook list --json).

ivirshup avatar Dec 18 '20 08:12 ivirshup

Closing as users can already add jupyter servers manually

DonJayamanne avatar Dec 01 '22 21:12 DonJayamanne