Skip to content

cwetzker/training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 90.0%
  • Python 9.9%
  • Shell 0.1%