Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 801 Bytes

File metadata and controls

31 lines (19 loc) · 801 Bytes

Repo Tracking

This repository contains a collection of links to Zenodo and Github repositories maintained by members of ScaDS.AI. The collection can be browsed under this URL:

https://scads.github.io/repo-tracking

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

To edit this book, install depencencies like this:

pip install jupyterlab jupyter-book jupyterlab-spellchecker

git clone https://github.com/scads/zenodo-tracking
cd training
jupyter lab

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

python scripts/generate_link_lists.py
jupyter-book build docs/

Afterwards, there will be a docs/_build/html/index.html file