Tutorial are update separately from the standard build process. To update the tutorials, run make
in the tutorials
folder.
To create a tutorial:
- Create a folder with the name of the tutorial using
_
in place of white spaces. - Create a jupyter notebook and write your tutorial.
- Run
make
in thetutorials
folder.
Some general guidelines to tutorials.
- Introduce the tutorial with learning objectives and skills provided by the tutorial.
- Make sure any modules needed by the tutorial are listed in
requirements.txt
.