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 @
6be612bb
...
...
@@ -139,6 +139,11 @@ Available kernels:
```
code
dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
```
If you were not using root/superuser priviliges, you might have to modify the path like
```
export PATH="$PATH:/home/xxxxxxx/.dotnet/tools"
```
in your
`.bashrc`
, where
`xxxxxxx`
is the name of your home directory.
3.
Then install the Jupyter kernel:
```
code
dotnet interactive jupyter install
...
...
...
...