deno/cli/tools/jupyter
Trevor Manz 9a46a824bd
feat(jupyter): send binary data with Deno.jupyter.broadcast (#20755)
Adds `buffers` to the `Deno.jupyter.broadcast` API to send binary data
via comms. This affords the ability to send binary data via websockets
to the jupyter widget frontend.
2023-10-04 13:05:20 +02:00
..
resources feat: Add "deno jupyter" subcommand (#20337) 2023-09-16 02:42:09 +02:00
install.rs feat: Add "deno jupyter" subcommand (#20337) 2023-09-16 02:42:09 +02:00
jupyter_msg.rs feat(jupyter): send binary data with Deno.jupyter.broadcast (#20755) 2023-10-04 13:05:20 +02:00
mod.rs feat(unstable): add Deno.jupyter.broadcast API (#20656) 2023-09-27 02:21:06 +02:00
server.rs fix(jupyter): more robust Deno.jupyter namespace (#20710) 2023-09-28 16:51:44 +02:00