1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/ext
Bartek Iwańczuk bf07604113
feat: Add "deno jupyter" subcommand (#20337)
This commit adds "deno jupyter" subcommand which
provides a Deno kernel for Jupyter notebooks.

The implementation is mostly based on Deno's REPL and
reuses large parts of it (though there's some clean up that
needs to happen in follow up PRs). Not all functionality of
Jupyter kernel is implemented and some message type
are still not implemented (eg. "inspect_request") but
the kernel is fully working and provides all the capatibilities
that the Deno REPL has; including TypeScript transpilation
and npm packages support.

Closes https://github.com/denoland/deno/issues/13016

---------

Co-authored-by: Adam Powers <apowers@ato.ms>
Co-authored-by: Kyle Kelley <rgbkrk@gmail.com>
2023-09-16 02:42:09 +02:00
..
broadcast_channel chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
cache feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
console chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
crypto refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
fetch chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
ffi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fs chore: bump deno_core and cargo update (#20480) 2023-09-13 22:01:31 +00:00
http fix(ext/http): ensure aborted bodies throw (#20503) 2023-09-15 08:08:21 -06:00
io refactor: use TaskQueue from deno_unsync (#20485) 2023-09-13 23:36:24 -04:00
kv refactor: rewrite more ops to op2 macro (#20478) 2023-09-14 23:05:18 +02:00
napi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
net chore: bump deno_core and cargo update (#20480) 2023-09-13 22:01:31 +00:00
node feat: Add "deno jupyter" subcommand (#20337) 2023-09-16 02:42:09 +02:00
tls chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
url chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
web refactor: rewrite more ops to op2 macro (#20478) 2023-09-14 23:05:18 +02:00
webidl feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
websocket chore: bump deno_core and cargo update (#20480) 2023-09-13 22:01:31 +00:00
webstorage refactor: rewrite ext/io, ext/webstorage ops to op2 (#20461) 2023-09-12 12:42:05 +02:00