home.social

#jupyter — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jupyter, aggregated by home.social.

  1. @thorstenbutz I am using (via chocolatey), and the global tool to get with etc.

    # new, elevated window
    choco update miniconda dotnet-sdk -y

    # new, elevated window
    $ENV:PATH += ';C:\tools\miniconda3\Scripts'
    (& "conda.exe" "shell.powershell" "hook") -join "`n" | Invoke-Expression

    # conda init powershell
    conda install jupyter
    dotnet tool install -g Microsoft.dotnet-interactive
    dotnet interactive jupyter install

    # Double-check:
    jupyter kernelspec list