rudof-project

rudof-project/tutorials: Tutorials using rudof

rudof tutorials

This repository contains the source code of some Jupiter books that can be used as small tutorials of rudof.

Some links:

๐Ÿš€ Quick Start

1. Clone and install

git clone https://github.com/rudof-project/tutorials.git
cd tutorials
pip install -r requirements.txt

2. Build the book

jupyter-book build rudof

3. Manually publish books on gh-pages

Note, this is no longer necessary because we publish the book through github Actions.

ghp-import -n -p -f rudof/_build/html

Cleaning build files and cache

Sometimes it is necessary to clean the cache when there are new versions of the libraries. To clean the built drectory use:

jupyter-book clean rudof

If you want to clean also the jupyter_cache, use:

jupyter-book clean rudof --all