main > main: README - formatting

This commit is contained in:
RD 2022-10-08 10:40:50 +02:00
parent c5d51d8a4f
commit e8e01dac6f

View File

@ -5,7 +5,7 @@ This repository is for presenting supplementary material to research papers.
## Scope ## ## Scope ##
- All scripts have been written by the owner of this repository for research conducted by the owner. - All scripts have been written by the owner of this repository for research conducted by the owner.
- The code in this repository is _not_ intended to be part of research submissions, but rather **exclusively for presentation purposes**. - The code in this repository is __not__ intended to be part of research submissions, but rather **exclusively for presentation purposes**.
## Presentations ## ## Presentations ##
@ -13,9 +13,9 @@ See the [docs/*.ipynb](docs) files.
| Paper/Research | Notebook | | Paper/Research | Notebook |
| :------------- | :------- | | :------------- | :------- |
| Dilations of commuting C0-semigroups with bounded generators and the von Neumann polynomial inequality | [examples_dilations.ipynb](docs/examples_dilations.ipynb) | | __Dilations of commuting C0-semigroups with bounded generators and the von Neumann polynomial inequality__ | [examples_dilations.ipynb](docs/examples_dilations.ipynb) |
**Note:** The Git provider _Gitea_ does not have a display format for ipynb-files. **Note:** The Git provider __Gitea__ does not have a display format for ipynb-files.
To properly view and run the notebooks, users require python v3.10.x and the jupyter module. To properly view and run the notebooks, users require python v3.10.x and the jupyter module.
To install the package requirements, call `just build` To install the package requirements, call `just build`
or `python3 -m pip install -r requirements.txt`. or `python3 -m pip install -r requirements.txt`.