This repository contains the source code of some Jupiter books that can be used as small tutorials of rudof.
Some links:
git clone https://github.com/rudof-project/tutorials.git
cd tutorials
pip install -r requirements.txtjupyter-book build rudofghp-import -n -p -f rudof/_build/htmlSometimes it is necessary to clean the cache when there are new versions of the libraries. To clean the built drectory use:
jupyter-book clean rudofIf you want to clean also the jupyter_cache, use:
jupyter-book clean rudof --all