Changes
Page history
Update Installation and Testing
authored
Jun 21, 2021
by
Kummer, Florian
Show whitespace changes
Inline
Side-by-side
Getting-Started/Installation-and-Testing.md
View page @
44228d1a
...
...
@@ -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
...
...
...
...