Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
...@@ -86,10 +86,11 @@ The native libraries should be in the following location ...@@ -86,10 +86,11 @@ The native libraries should be in the following location
## Installing Jupyter ## Installing Jupyter
In order to use BoSSS properly, In order to use BoSSS properly,
a working installation of **Jupyter** (aka. Jupiterlab, Jupyter-Notebkook, etc.) is required. a working installation of [**Jupyter**](https://jupyter.org/)
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]. (aka. Jupiterlab, Jupyter-Notebkook, etc.) 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).
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
reached a level reached a level
of maturity so that it can replace the custom BoSSSpad solution. of maturity so that it can replace the custom BoSSSpad solution.
Although a dependency on an additional software component is a drawback Although a dependency on an additional software component is a drawback
... ...
......