Skip to content

Instantly share code, notes, and snippets.

@manics
Created December 7, 2024 14:20
Show Gist options
  • Save manics/db236de37b0f75ddfe49dec06f22f2eb to your computer and use it in GitHub Desktop.
Save manics/db236de37b0f75ddfe49dec06f22f2eb to your computer and use it in GitHub Desktop.
Jupyter dotnet
name: deno
channels:
- conda-forge
dependencies:
- dotnet>=8
#!/bin/bash
set -eu
#
dotnet tool install -g Microsoft.dotnet-interactive
jupyter kernelspec list | grep csharp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment