Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active January 22, 2024 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtpio/dc3ca4ff627e54f44ffbbdc491b3fd3e to your computer and use it in GitHub Desktop.
Save jtpio/dc3ca4ff627e54f44ffbbdc491b3fd3e to your computer and use it in GitHub Desktop.
Deno Jupyter kernel
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Deno Jupyter kernel demo

Try it on Binder!

Binder

name: jupyter-deno
channels:
- conda-forge
dependencies:
- deno >=1.39.4,<2
- notebook >=7,<8
deno jupyter --unstable --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment