extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

Add an example about Comms

Open jtpio opened this issue 3 years ago • 0 comments

Problem

The classic notebook v6 documentation has a dedicated page about Comms: https://jupyter-notebook.readthedocs.io/en/v6.4.8/comms.html

They include JavaScript code snippets to define comm targets on the frontend.

But the JupyterLab documentation doesn't appear to have anything like this, using the kernel.registerCommTarget() API.

Proposed Solution

A dedicated example would be great, and could be linked to from the Notebook v7 and JupyterLab docs.

jtpio avatar Mar 04 '22 16:03 jtpio