Go to file
RD 9134ebcff6 main > main: justfile - include clean output 2022-10-08 10:56:44 +02:00
docs main > main: nb - corrected sorting of outputs 2022-10-08 10:56:22 +02:00
src main > main: cleaned metadata in src 2022-10-08 10:02:06 +02:00
.gitignore main > main: init 2022-10-08 09:51:18 +02:00
LICENSE main > main: init 2022-10-08 09:51:18 +02:00
README.md main > main: README - corrected title 2022-10-08 10:43:34 +02:00
justfile main > main: justfile - include clean output 2022-10-08 10:56:44 +02:00
requirements.txt main > main: requirements - tabulate 2022-10-08 10:02:18 +02:00

README.md

Notebooks

This repository is for presenting supplementary material to research papers.

Scope

  • 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.

Presentations

See the docs/*.ipynb files.

Paper/Research Notebook
Dilations of commuting C\_{0}-semigroups with bounded generators and the von Neumann polynomial inequality examples_dilations.ipynb

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 install the package requirements, call just build or python3 -m pip install -r requirements.txt.