Remote Jupyter Kernel Command Execution #1408
Unanswered
EliotKhachi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What about Jupyter Kernel Gateway? From my digging it seems like its better suited for remote interactions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm very new to anything beyond just using jupyter notebooks, but I've found myself needing to dive into the innards for an application I'm working on.
I'm trying to send commands from my application to a remote jupyter kernel and get the kernel print statements back.
I couldn't find what I was looking for in the jupyter server REST API docs. Do I need to look into Server Extensions?
AM I ON THE RIGHT TRACK?
Thanks,
Eliot
Beta Was this translation helpful? Give feedback.
All reactions