Skip to content

Latest commit

 

History

History
 
 

tutorials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tutorials

Tutorial are update separately from the standard build process. To update the tutorials, run make in the tutorials folder.

To create a tutorial:

  1. Create a folder with the name of the tutorial using _ in place of white spaces.
  2. Create a jupyter notebook and write your tutorial.
  3. Run make in the tutorials folder.

Some general guidelines to tutorials.

  1. Introduce the tutorial with learning objectives and skills provided by the tutorial.
  2. Make sure any modules needed by the tutorial are listed in requirements.txt.