jupyter_client
jupyter_client copied to clipboard
Can I communicate with jupyter kernel in javascript?
Can I communicate with jupyter kernel in javascript? I found jupyter_client is using in python, but I want implements a website which can interact with jupyter kernel, include start/stop/exec... commands. Just like kaggle.com
I'd recommend starting here: https://www.safaribooksonline.com/videos/jupytercon-new-york/9781492025818/9781492025818 (this was a talk given at JupyterCon in 2018).
This particular library is just a Python implementation of the low-level Jupyter protocol.