-
Notifications
You must be signed in to change notification settings - Fork 304
Description
I want to add support for IMessage.buffers to the IHaskell Jupyter kernel. IHaskell/IHaskell#1144
Once I've implemented this, how can I test it, without writing a special client extension specifically to test this feature?
Question 1: Is there some part of stock Jupyter or JupyterLab client which uses IMessage.buffers, and which will fail if the kernel is not correctly receiving or sending IMessage.buffers?
What version of Jupyter client protocol added IMessage.buffers, and what else is supported in that version? Here is the changelog for jupyter-client. https://jupyter-client.readthedocs.io/en/stable/changelog.html
Here is the jupyter-client messaging doc, which mentions changes to the Jupyter client protocol: https://jupyter-client.readthedocs.io/en/stable/messaging.html
Question 2: Is there a changelog for the Jupyter client protocol?
Edit: crossed out question 1, because that's a frontend question.