Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-30 | feat(jupyter): send Jupyter messaging metadata with `Deno.jupyter.broadcast` ↵ | Trevor Manz | |
(#20714) Exposes [`metadata`](https://jupyter-client.readthedocs.io/en/latest/messaging.html#metadata) to the `Deno.jupyter.broadcast` API. ```js await Deno.jupyter.broadcast(msgType, content, metadata); ``` The metadata is required for [`"comm_open"`](https://github.com/jupyter-widgets/ipywidgets/blob/main/packages/schema/messages.md#instantiating-a-widget-object-1) for with `jupyter.widget` target. | |||
2023-09-28 | fix(jupyter): more robust Deno.jupyter namespace (#20710) | Bartek Iwańczuk | |
2023-09-27 | feat(unstable): add `Deno.jupyter.broadcast` API (#20656) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/20591 --------- Co-authored-by: Kyle Kelley <rgbkrk@gmail.com> |