Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
...@@ -87,7 +87,9 @@ The native libraries should be in the following location ...@@ -87,7 +87,9 @@ The native libraries should be in the following location
In order to use BoSSS properly, In order to use BoSSS properly,
a working installation of [**Jupyter**](https://jupyter.org/) a working installation of [**Jupyter**](https://jupyter.org/)
(aka. Jupiterlab, Jupyter-Notebkook, etc.) is required. (aka. Jupiterlab, Jupyter-Notebkook, etc.)
**with support for [dotnet-interactive](https://github.com/dotnet/interactive)**
is required.
Prior to the migration to .NET5, BoSSS used its own custom notebook format (`bws`, for BoSSS work sheet) and featured a notebook/worksheet editor embedded in [BoSSSpad](./BoSSSpad). Prior to the migration to .NET5, BoSSS used its own custom notebook format (`bws`, for BoSSS work sheet) and featured a notebook/worksheet editor embedded in [BoSSSpad](./BoSSSpad).
Since Mid-2020, [dootnet-interactive](https://github.com/dotnet/interactive) Since Mid-2020, [dootnet-interactive](https://github.com/dotnet/interactive)
is supported by Jupyter and is supported by Jupyter and
... ...
......