zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
49.66k stars 3.04k forks source link

Remote REPL #15196

Open leviska opened 3 months ago

leviska commented 3 months ago

Check for existing issues

Describe the feature

Run jupyter repl on remote machines

From what I could understand from code:

It seems that current code could work on remote, if it weren't global, and it would update to changing workspaces and connecting to remote.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

leviska commented 3 months ago

I was trying to do this myself, but got a little bit stuck due to lack of knowledge around code base:

pipegalera commented 3 months ago

Same problem here:

Screenshot
KorigamiK commented 2 weeks ago

I am also facing this issue and adding a default kernel selection for the remote project in its settings.json also doesn't seem to fix this issue, even though the lsp seems to understand the remote file system correctly

rgbkrk commented 4 days ago

Confusingly, I'm working on support for remote jupyter servers which is not the same as the kernels via remoting (over SSH). I'll need some verbiage to differentiate between these.