# Exploring Math Math is fun, but we generally learn applying it's operations with pencil and paper. This repository is a learning repo focused on learning math with the Python tools you will typically encounter out in the wild world. ## Installation ```bash sudo apt install python3-tk ``` ```bash uv venv -p 3.12 uv pip install -r requirements.in ``` ## Saving Notebooks Notebooks json can be inline or in a source list format. Source list is easier to read on PRs, so included is a `convert_notebook.py` utility.