Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
......@@ -137,7 +137,12 @@ flori@Stormbreaker:~$ jupyter kernelspec list
Available kernels:
python3 /usr/local/share/jupyter/kernels/python3
```
2. Next, `dotnet interactive` must be installed:
2. Next, `dotnet interactive` must be installed.
The latest release via:
```
dotnet tool install --global Microsoft.dotnet-interactive
```
or, from the development channel:
```code
dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
```
......@@ -162,7 +167,6 @@ Available kernels:
.net-powershell /home/flori/.local/share/jupyter/kernels/.net-powershell
python3 /usr/local/share/jupyter/kernels/python3
```
Really easy, isn't it?
## Notes on Third-party libraries
......
......