summaryrefslogtreecommitdiff
path: root/cli/tools/jupyter/server.rs
AgeCommit message (Expand)Author
2024-10-18fix(jupyter): fix panics for overslow subtraction (#26371)Bartek Iwańczuk
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-07-27fix: adapt to new jupyter runtime API and include session IDs (#24762)Kyle Kelley
2024-07-04feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)Zander Hill
2024-07-03refactor(jupyter): move ZeroMQ server to a separate thread (#24373)Bartek Iwańczuk
2024-05-29chore: upgrade jupyter runtimelib to 0.11.0 (#24036)Kyle Kelley
2024-05-21refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...Kyle Kelley
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-01refactor(jupyter): move communication methods out of data structs (#23622)David Sherret
2024-03-26fix(kernel): Do not increase counter if store_history=false (#20848)Don Jayamanne
2024-03-25chore(tests): Introduce integration tests for `jupyter` subcommand (#23074)Nathan Whitaker
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-05refactor: unify CDP types in a single module (#21094)Bartek Iwańczuk
2023-10-12feat(unstable): add Deno.jupyter.display API (#20819)Kyle Kelley
2023-10-06feat(unstable): Await return from `Jupyter.display` (#20807)Trevor Manz
2023-10-05chore: update to Rust 1.73 (#20781)林炳权
2023-10-04fix(jupyter): keep `this` around (#20789)Kyle Kelley
2023-09-28fix(jupyter): more robust Deno.jupyter namespace (#20710)Bartek Iwańczuk
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-23fix(jupyter): await Jupyter.display evaluation (#20646)Bartek Iwańczuk
2023-09-18fix(cli): Enhanced errors for Jupyter (#20530)Kyle Kelley
2023-09-18fix(jupyter-kernel): don't log errors from objects without a `Symbol.for("Jup...Kyle Kelley
2023-09-17feat(jupyter-kernel): accept nested objects from display calls (#20537)Kyle Kelley
2023-09-17set `evalue` to a one space string for truthiness on old jupyter (#20531)Kyle Kelley
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk