deno/cli/tools/jupyter
Matt Mastracci c4d0fceec3
fix(cli): TestEventSender should be !Clone (#23405)
`TestEventSender` should not be Clone so we don't end up with multiple
copies of the same writer FD. This is probably not the cause of the test
channel lockups, but it's a lot easier to reason about.
2024-04-16 12:54:50 -06:00
..
resources fix(jupyter): Rename logo assets so they are discoverable (#20806) 2023-10-06 22:31:12 +02:00
install.rs feat(jupyter): don't require --unstable flag (#21963) 2024-01-18 23:16:14 +01:00
jupyter_msg.rs fix(kernel): Do not increase counter if store_history=false (#20848) 2024-03-26 18:48:23 +00:00
mod.rs fix(cli): TestEventSender should be !Clone (#23405) 2024-04-16 12:54:50 -06:00
server.rs fix(kernel): Do not increase counter if store_history=false (#20848) 2024-03-26 18:48:23 +00:00