Skip to content

Instantly share code, notes, and snippets.

@manics
Created November 29, 2024 23:01
Show Gist options
  • Save manics/2ca5e02b5fa452d673ea3bc00788e218 to your computer and use it in GitHub Desktop.
Save manics/2ca5e02b5fa452d673ea3bc00788e218 to your computer and use it in GitHub Desktop.
Jupyter Deno
name: deno
channels:
- conda-forge
dependencies:
- deno>=2
#!/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