Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 915 Bytes

File metadata and controls

14 lines (11 loc) · 915 Bytes

Sample Module

This is a sample module for Jupyter-based coursework.

Module Contents

Each module of a course is broken down into:

  • Schedule.ipynb - The home page for the module that contains an overview, recommended readings, and links to the other notebooks in the module
  • labs - Walkthrough Juypter notebooks intended to introduce students to new topics
  • practices - Juypter notebooks designed to reinforce concepts by having students fill in the missing pieces of a given workflow or routine
  • exercises - Assessment notebooks, where students are expected to go from 0 to a fully functional workflow or routine with the concept
  • images - the images linked into notebooks
  • answers - the Answers to the practices, i.e. notebooks with the missing pieces filled in so students have a fully worked example for the exercise and future modules
  • datasets - the CSV / JSON files that are used in the module