repl: Render markdown output from kernels (#15742)
<img width="1268" alt="image" src="https://github.com/user-attachments/assets/73e03a28-f5e3-4395-a58c-cabd07f57889"> Release Notes: - Added markdown rendering for Jupyter/REPL outputs. Push Markdown from Deno/Typescript with `Deno.jupyter.md` and in IPython use `IPython.display.Markdown`.
This commit is contained in:
parent
36b61a8b87
commit
b7eae7fbd9
3 changed files with 67 additions and 21 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -8749,6 +8749,7 @@ dependencies = [
|
|||
"language",
|
||||
"languages",
|
||||
"log",
|
||||
"markdown_preview",
|
||||
"multi_buffer",
|
||||
"project",
|
||||
"runtimelib",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue