Created
November 29, 2024 23:01
-
-
Save manics/2ca5e02b5fa452d673ea3bc00788e218 to your computer and use it in GitHub Desktop.
Jupyter Deno
This file contains hidden or 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
name: deno | |
channels: | |
- conda-forge | |
dependencies: | |
- deno>=2 |
This file contains hidden or 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
#!/bin/bash | |
set -eu | |
# https://docs.deno.com/runtime/reference/cli/jupyter/ | |
deno jupyter --unstable --install | |
mv ~/.local/share/jupyter/kernels/deno /srv/conda/envs/notebook/share/jupyter/kernels/ | |
jupyter kernelspec list | grep deno |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment