Source for all blog posts, as seen on https://www.funance.lol/
Dependencies for the notebooks are installed in a virtual environment
Install virtual environment
pip install virtualenv
Create the virtual environment
cd server
python -m venv venv
Activate the virtual environment
source venv/Scripts/activate
Install dependencies from requirements.txt
pip install -r requirements.txt
Check all installed packages and versions
pip freeze