Google Colab is a free online tool from Google that lets you write and run Python code directly in your browser.
Jupyter Kernel Client allows you to connect to live Jupyter Kernels through HTTP and WebSocket. A Kernel is the process responsible to execute the notebook code. Jupyter Kernel Client also provides a ...
Ideally I don't have to deploy this as a docker image because that comes with it's own difficulties in a corporate environment, but if applying patch to the code base is too difficult, I'll have to go ...