spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.25k stars 1.6k forks source link

Provide remote management workflow in Spyder #12827

Open goanpeca opened 4 years ago

goanpeca commented 4 years ago

Provide the general workflow to be able to access remote systems via SSH

goanpeca commented 4 years ago

Using this issues as holder for the discussion we started on remote management @rgommers @nerohmot

tkorach commented 4 years ago

That would be a great enhancement. I think that the best implementation of this feature is by Atom IDE: simple configuration (JSON), does not tie the remote server to the current session/project (as VSCode does) and does not require copying files from the notebook server.