n-riesco / jp-kernel

Generic Node.js kernel for the Jupyter notebook
Other
21 stars 15 forks source link

fix: Provide a metadata object in the completion reply #13

Open Konubinix opened 2 months ago

Konubinix commented 2 months ago

As per the documentation in https://jupyter-protocol.readthedocs.io/en/latest/messaging.html#msging-completion

Without this, jupyter-console breaks, because ptshell.py expects this field.

Konubinix commented 2 months ago

This fixes #12