jupyter_client icon indicating copy to clipboard operation
jupyter_client copied to clipboard

Can I communicate with jupyter kernel in javascript?

Open joey-wang97 opened this issue 6 years ago • 1 comments

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

joey-wang97 avatar Jan 23 '19 08:01 joey-wang97

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.

twavv avatar Feb 14 '19 20:02 twavv