Demonstration Notebooks

Purpose:

The dashboard stats is a standalone library the demos are a set of notebooks that demonstrate the functionality of the library. Since the library does not provide the exact visualizations, rather abstract data structures (pedantic classes) to produce them, this serves two purposes:

  1. To guide UI development. The notebooks should use plotly for all the visualizations to provide a language agnostic demo of the intended plot type.

  2. To demonstrate standalone functionality.

Guidelines:

Notebooks:

  1. Calculator notebook - each calculator should have a notebook surrounding its use. The visualizations should match the UI.

  2. Updates notebook - contains the latest updates in preparation.

  3. Benchmarking notebook - possibly a subset of the above.