jupyter-jvm-basekernel
jupyter-jvm-basekernel copied to clipboard
User expressions are currently not handled
As of 2.2.3, the user expressions from the execute_request are not handled. They should be evaluated in the same manner as the code string in question.
Each expression in the request is a labeled string and the response should be a map from label to either DisplayData
or PublishError
.