- chaining queues
- various distribution on the arrival side
- D/D/c queues
- multiple executors
- interesting experiments
- Little's law
Installing the environment with pyenv
pyenv activate plotter-3.12
python -m venv .venv
.venv/bin/pip install -r ./requirements-dev.txt
Starting the example notebooks
. .venv/bin/activate
jupyter lab