/training

Primary LanguageJupyter NotebookCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Training materials

This repository contains a collection of links to training materials and related resources. The collection can be browsed under this URL:

https://NFDI4BIOIMAGE.github.io/training

It is maintained using Jupyter lab and build using Jupyter book.

To edit this book, install depencencies like this:

pip install jupyterlab
pip install jupyter-book
pip install jupyterlab-spellchecker

git clone https://github.com/NFDI4BIOIMAGE/training
cd training
jupyter lab

To build the book, you can run this from the same folder (tested on MacOS only):

chmod u+x ./build.sh
./build.sh

To clear the build, e.g. before committing using git, run this:

chmod u+x ./clean.sh
./clean.sh