Skip to content

lethain/systems-explorations

Repository files navigation

systems-explorations

This is a collection of system models developed using the systems library, and explorable via Binder or locally runnable.

Binder

Explorations

The current explorations are:

  • Hiring (github) - model of a hiring funnel
  • Reliability (github) - model of reliability

Installation

Installation instructions are:

git clone https://github.com/lethain/systems-explorations.git
cd systems-explorations
python3 -m venv ./env
source ./env/bin/activate
pip install -r requirements.txt

Using the graphviz extensions will require also install dot for your operating system.

Then you run Jupyter via:

jupyter notebook

Then click into the notebooks and get started.

About

Examples of using systems library to model dynamic systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published