Skip to content

fbourgey/quant-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quant-examples

A collection of examples and tutorials on quantitative finance, numerical methods, stochastic processes, and simulation.

Contents (Jupyter notebooks)

Python Installation Guide

Option 1: Standard Virtual Environment

  1. Clone the repository:

    git clone https://github.com/fbourgey/quant-examples.git
  2. Navigate to the project directory:

    cd quant-examples
  3. Create a virtual environment:

    python3 -m venv .venv
  4. Activate the environment:

    source .venv/bin/activate
  5. Install dependencies:

    pip install .
  6. Launch Jupyter Lab (optional):

    jupyter lab

Option 2: Using uv (Recommended)

If you have uv installed, setup is simpler and faster.
After cloning the repository (steps 1–2 above), run:

uv sync

This will automatically create a virtual environment and install all dependencies.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published