Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
...@@ -122,6 +122,7 @@ The GUI should then open in the browser. ...@@ -122,6 +122,7 @@ The GUI should then open in the browser.
For a first install, only Python notebooks are available in Jupyter. The Support for C#, For a first install, only Python notebooks are available in Jupyter. The Support for C#,
resp. `dotnet-interactive` must be added. resp. `dotnet-interactive` must be added.
(See also [here](https://github.com/dotnet/interactive/blob/main/docs/NotebooksLocalExperience.md).)
1. The available kernels can be listed by 1. The available kernels can be listed by
`jupyter kernelspec list` in a python-aware terminal: `jupyter kernelspec list` in a python-aware terminal:
```code ```code
... ...
......