Skip to content

Latest commit

 

History

History

QuantLib-Risks Python examples

Binder

This directory contains a number of examples of using risk-enabled QuantLib from Python. They can also run as Jupyter notebooks by means of Jupytext.

You can try them online thanks to Binder. If you're seeing this file as a notebook, you're probably there already. If not, you can click the "Launch Binder" badge at the top of this file.

If you want to run these examples locally, you'll need the modules listed in the requirements.txt file in the binder folder at the root of the QuantLib-Risks repository; to install them, you can execute

pip install -r requirements.txt

from that directory.