Created
December 7, 2024 14:20
-
-
Save manics/db236de37b0f75ddfe49dec06f22f2eb to your computer and use it in GitHub Desktop.
Jupyter dotnet
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: | |
- dotnet>=8 |
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 | |
# | |
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