Skip to content

rudof-project/tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Publish books on gh-pages

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

Releases

No releases published

Packages

No packages published