Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 782 Bytes

readme.md

File metadata and controls

33 lines (23 loc) · 782 Bytes

FAIR-IO

This repository contains a collection of FAIR-IO materials and related resources. The collection can be browsed under this URL:

https://NFDI4BIOIMAGE.github.io/FAIR-IO

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/FAIR-IO
cd FAIR-IO
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