You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
481 B
Markdown
15 lines
481 B
Markdown
# 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
|
|
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. |