Skip to content

Instantly share code, notes, and snippets.

@dmohl
Created February 15, 2021 23:54
Show Gist options
  • Save dmohl/2fbf07b94fda2876bee0adba1c2b981f to your computer and use it in GitHub Desktop.
Save dmohl/2fbf07b94fda2876bee0adba1c2b981f to your computer and use it in GitHub Desktop.
Install .NET Interactive
dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive --version 1.0.155302
export PATH=$PATH:$HOME/.dotnet/tools
dotnet interactive jupyter install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment