Is there any way in a browser, to type python code into an input field, it will then be sent to a local server and executed and the result pushed back to the browser. Basically a browser hosted python notebook, where the code gets evaluated on a different machine. Is there any python package to do this.
something like what ideone.com or picloud do, but opensource and that can install on your own server.
Or any suggestions on how to do it, I have looked around already but have struggled to find something meaningful.