deno/cli/tools/jupyter
Kyle Kelley 48e695a2c8
feat(unstable): add Deno.jupyter.display API (#20819)
This brings in [`display`](https://github.com/rgbkrk/display.js) as part
of the `Deno.jupyter` namespace. 

Additionally these APIs were added:
- "Deno.jupyter.md"
- "Deno.jupyter.html"
- "Deno.jupyter.svg"
- "Deno.jupyter.format"

These APIs greatly extend capabilities of rendering output in Jupyter
notebooks.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-10-12 22:32:38 +00:00
..
resources fix(jupyter): Rename logo assets so they are discoverable (#20806) 2023-10-06 22:31:12 +02:00
install.rs fix(jupyter): Rename logo assets so they are discoverable (#20806) 2023-10-06 22:31:12 +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(jupyter): support Deno.test() (#20778) 2023-10-05 21:45:11 +01:00
server.rs feat(unstable): add Deno.jupyter.display API (#20819) 2023-10-12 22:32:38 +00:00