Hi Folks,
I am looking for a way to programmatically access the existing Jupyter kernel and submit a code to run. I will be accessing it from within the local system. I am looking for something similar to -
Jupyter console --existing <Kernal_runtime> but it a more programmatic way. I have explored few Jupyter_client API, but I am not able to get it to work. I believe this will be a simple request message submission to the port the kernel is listening to. Could you please share me the right set of API to achieve this.
Thanks in Advance