Try it on Binder!
Last active
October 18, 2024 07:34
-
-
Save jtpio/dc3ca4ff627e54f44ffbbdc491b3fd3e to your computer and use it in GitHub Desktop.
Deno Jupyter kernel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -fsSL https://deno.land/install.sh | sh | |
export PATH="$HOME/.deno/bin:$PATH" | |
deno jupyter --install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
notebook>=7.2,<8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment