Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 989 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 989 Bytes

OpenQTSim Notebooks

This is the repository with examples for the OpenQTSim package.

The package documentation can be found here.

Example notebooks

The benefit of OpenQTSim is the generic set-up. This makes it straightforward to experiment with different aspects of queueing simulations. A number of examples are presented in the notebooks folder.

Check the information on how to get started either way.

Using the notebooks locally

If you wish to use the notebooks on your local drive, use the following code to get started.

# Download the package
git clone https://github.com/TUDelft-CITG/OpenQTSim-Notebooks

# Go to the correct folder
cd OpenQTSim-Notebooks

# Install package
pip install -r requirements.txt

# Go to the notebooks foldeer
cd notebooks

# Start jupyter notebooks
jupyter notebook