deno/cli/tools/jupyter
Kyle Kelley cbddf5756e
fix(jupyter): keep this around (#20789)
This fixes #20767.

We were losing `this` and then when an exception was happening, it
didn't show up in the output because we weren't bubbling up exceptions
from within a user defined function for displaying. I thought about
doing a `.call(object)` but didn't want to get in the way of a bound
`this` that a user or library was already putting on the function.
2023-10-04 23:08:57 +02:00
..
resources feat: Add "deno jupyter" subcommand (#20337) 2023-09-16 02:42:09 +02:00
install.rs feat: Add "deno jupyter" subcommand (#20337) 2023-09-16 02:42:09 +02:00
jupyter_msg.rs feat(jupyter): send binary data with Deno.jupyter.broadcast (#20755) 2023-10-04 13:05:20 +02:00
mod.rs feat(unstable): add Deno.jupyter.broadcast API (#20656) 2023-09-27 02:21:06 +02:00
server.rs fix(jupyter): keep this around (#20789) 2023-10-04 23:08:57 +02:00