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
Age
Commit message (
Expand
)
Author
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-10-18
fix(jupyter): fix panics for overslow subtraction (#26371)
Bartek Iwańczuk
2024-10-17
fix(jupyter): update to the new logo (#26353)
Jeremy Tuloup
2024-10-16
fix(jupyter): copy kernels icons to the kernel directory (#26084)
Jeremy Tuloup
2024-10-09
fix(jupyter): keep running event loop when waiting for messages (#26049)
Bartek Iwańczuk
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-08-20
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Hajime-san
2024-08-18
fix: clean up flag help output (#24686)
Luca Casonato
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-07-27
fix: adapt to new jupyter runtime API and include session IDs (#24762)
Kyle Kelley
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-04
feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)
Zander Hill
2024-07-03
refactor(jupyter): move ZeroMQ server to a separate thread (#24373)
Bartek Iwańczuk
2024-06-10
fix(jupyter): Avoid panicking when `DEBUG` env var is set (#24168)
Nathan Whitaker
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-05-29
chore: upgrade jupyter runtimelib to 0.11.0 (#24036)
Kyle Kelley
2024-05-21
refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...
Kyle Kelley
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-05-01
refactor(jupyter): move communication methods out of data structs (#23622)
David Sherret
2024-04-24
feat: Add `deno serve` subcommand (#23511)
Matt Mastracci
2024-04-16
fix(cli): TestEventSender should be !Clone (#23405)
Matt Mastracci
2024-03-26
fix(kernel): Do not increase counter if store_history=false (#20848)
Don Jayamanne
2024-03-25
chore(tests): Introduce integration tests for `jupyter` subcommand (#23074)
Nathan Whitaker
2024-03-26
fix(cli): output more detailed information for steps when using JUnit reporte...
Yusuke Tanaka
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-01-18
feat(jupyter): don't require --unstable flag (#21963)
Bartek Iwańczuk
2024-01-03
fix(jupyter): error message when install fails due to jupyter command not bei...
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-05
refactor: unify CDP types in a single module (#21094)
Bartek Iwańczuk
2023-10-30
chore: remove usage of chrono::Utc::now() (#20995)
Divy Srivastava
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-06
fix(jupyter): Rename logo assets so they are discoverable (#20806)
Trevor Manz
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-10-05
chore: update to Rust 1.73 (#20781)
林炳权
2023-10-04
fix(jupyter): keep `this` around (#20789)
Kyle Kelley
2023-10-04
feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)
Trevor Manz
2023-09-30
feat(jupyter): send Jupyter messaging metadata with `Deno.jupyter.broadcast` ...
Trevor Manz
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-18
fix(cli): fetch works in Jupyter (#20552)
Matt Mastracci
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