Introduction to QuantLib. Part 10: How to install QuantLib for Python and run it in Jupyter Notebook

Опубликовано: 09 Июнь 2026
на канале: eefelix
4,279
20

This is the tutorial for the introduction to QuantLib, part 10. In this tutorial, I will show you how to install QuantLib for Python. To illustrate how we use Quantlib for python, let’s go through an example to price a call option that I’ve shown in my previous tutorial in C++. And this time we’ll use Python.

Here is the Python code in the video: https://drive.google.com/file/d/11_BM...

Please also support the free calculator app that I wrote in the last Christmas holiday (2020). https://apps.apple.com/us/app/sfx-cal...

Currently the calculator app doesn't have any financial calculation function yet, but I'll consider to implement some financial calculation functions in the future using QuantLib.