|
|
|
|
|
by anonu
2409 days ago
|
|
There are two things that I find a bit elusive with Python: 1. Highlight to run
2. Remoting into a kernel Both features are somewhat related. I want to be able to fire up a Python Kernel on a remote server. I want to be able to connect to it easily (not having to ssh tunnel over 6 different ports). I want connect my IDE to it and easily send commands and view data objects remotely. Spyder does all this but its not great. You have to run a custom kernel to be able to view variables locally. Finally, I want to be able to connect to a Nameko or Flask instance as I would any remote kernel and hot-swap code out as needed. |
|