Open 1kastner opened 6 years ago
Sorry for annoying you again with another issue. I dug a bit in https://github.com/jupyter/notebook/issues/4056 and found the specification for the websocket protocol at https://jupyter-client.readthedocs.io/en/stable/messaging.html#general-message-format. Am I just mistaken (totally possible) or is it that in user.py in the json sent to the kernel for executing code the session information is missing? Thank you so much in advance!
user.py
Sorry for annoying you again with another issue. I dug a bit in https://github.com/jupyter/notebook/issues/4056 and found the specification for the websocket protocol at https://jupyter-client.readthedocs.io/en/stable/messaging.html#general-message-format. Am I just mistaken (totally possible) or is it that in
user.py
in the json sent to the kernel for executing code the session information is missing? Thank you so much in advance!