The materials and methods in this repository support health service researchers learning to use simpy and streamlit to build open discrete-event simulation models. The models are sharable with other researchers and the NHS.
All dependencies can be found in binder/environment.yml and are pulled from conda-forge. To run the code locally, we recommend install mini-conda; navigating your terminal (or cmd prompt) to the directory containing the repo and issuing the following command:
conda env create -f binder/environment.yml
Online Alternatives:
- Visit our jupyter book for interactive code and explanatory text
- Run out Jupyter notebooks in binder
If you use the work contained in the repository for your research or job then a citation would be very welcome when you write up.
Please cite the code and work in this repository as follows:
Monks, Thomas, & Harper, Alison. (2023). SimPy and StreamLit Tutorial Materials for Healthcare Discrete-Event Simulation (v1.1.0). Zenodo. https://doi.org/10.5281/zenodo.8159080
@software{monks_thomas_2023_8159080,
author = {Monks, Thomas and
Harper, Alison},
title = {{SimPy and StreamLit Tutorial Materials for
Healthcare Discrete-Event Simulation}},
month = jul,
year = 2023,
publisher = {Zenodo},
version = {v1.1.0},
doi = {10.5281/zenodo.8159080},
url = {https://doi.org/10.5281/zenodo.8159080}
}