index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
jupyter
/
server.rs
Age
Commit message (
Expand
)
Author
2023-11-05
refactor: unify CDP types in a single module (#21094)
Bartek Iwańczuk
2023-10-12
feat(unstable): add Deno.jupyter.display API (#20819)
Kyle Kelley
2023-10-06
feat(unstable): Await return from `Jupyter.display` (#20807)
Trevor Manz
2023-10-05
chore: update to Rust 1.73 (#20781)
林炳权
2023-10-04
fix(jupyter): keep `this` around (#20789)
Kyle Kelley
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
2023-09-23
fix(jupyter): await Jupyter.display evaluation (#20646)
Bartek Iwańczuk
2023-09-18
fix(cli): Enhanced errors for Jupyter (#20530)
Kyle Kelley
2023-09-18
fix(jupyter-kernel): don't log errors from objects without a `Symbol.for("Jup...
Kyle Kelley
2023-09-17
feat(jupyter-kernel): accept nested objects from display calls (#20537)
Kyle Kelley
2023-09-17
set `evalue` to a one space string for truthiness on old jupyter (#20531)
Kyle Kelley
2023-09-16
feat: Add "deno jupyter" subcommand (#20337)
Bartek Iwańczuk