spyder-ide / spyder

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

Add option to run file in remote terminal #8682

Open halidziya opened 5 years ago

halidziya commented 5 years ago

Hi,

I would like to suggest adding one item to run options. It is possible to run multiple spyders in multiple machines but it would be convenient to bring all consoles in one place. This could be done via ssh connection to ipython terminal. My way of doing that is create kernel in remote machine and provide settings to connect to an existing console options. One click option would be more convenient if others would like to have this feature as well.

https://github.com/spyder-ide/spyder/blob/5affb8dd30b7b6725e76bcb951ec172f3ac1acc8/spyder/preferences/runconfig.py#L226

ccordoba12 commented 5 years ago

Thanks for the suggestion. This could be possible after we add remote connection settings to our projects. However, it won't be implemented any time soon, sorry (perhaps at the end of this year or during the next one).