Is there a cloud (browser) based IDE that allows to run code on a server I specify?
Right now I'm using the remote deployment feature of PyCharm to run tensorflow code on different remote GPU servers, but I'd like to uncouple the IDE from my local machine.
Ideally, I'd like Github to offer such service, so that I can edit the code in my repo right on github.com, specify a remote server to run it on, and seamlessly transfer/run it on that server with a click of a button.
1. Codepen (pure HTML+CSS+JS+frameworks)
2. jsfiddle.net/ (pure HTML+CSS+JS+frameworks)
3. Cloud 9 (full ide?)
4. https://anvil.works/ (pure Python)
5. CaptainDuckDuck ?
6. Repl.It
7. https://glitch.com/
8. Runkit.io (pure node.js)
Other ?