ClementCaporal / training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Creative Commons Attribution 4.0 International


Languages

Language:Jupyter Notebook 90.0%Language:Python 9.9%Language:Shell 0.1%