Adding some refinements
parent
4e15d8f6f5
commit
9758b1d97c
File diff suppressed because one or more lines are too long
@ -0,0 +1,15 @@
|
|||||||
|
# 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.
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
matplotlib
|
||||||
|
notebook
|
||||||
|
numpy
|
||||||
@ -1 +1,302 @@
|
|||||||
matplotlib
|
# This file was autogenerated by uv via the following command:
|
||||||
|
# uv pip compile requirements.in -o requirements.txt
|
||||||
|
anyio==4.12.1
|
||||||
|
# via
|
||||||
|
# httpx
|
||||||
|
# jupyter-server
|
||||||
|
argon2-cffi==25.1.0
|
||||||
|
# via jupyter-server
|
||||||
|
argon2-cffi-bindings==25.1.0
|
||||||
|
# via argon2-cffi
|
||||||
|
arrow==1.4.0
|
||||||
|
# via isoduration
|
||||||
|
asttokens==3.0.1
|
||||||
|
# via stack-data
|
||||||
|
async-lru==2.1.0
|
||||||
|
# via jupyterlab
|
||||||
|
attrs==25.4.0
|
||||||
|
# via
|
||||||
|
# jsonschema
|
||||||
|
# referencing
|
||||||
|
babel==2.18.0
|
||||||
|
# via jupyterlab-server
|
||||||
|
beautifulsoup4==4.14.3
|
||||||
|
# via nbconvert
|
||||||
|
bleach==6.3.0
|
||||||
|
# via nbconvert
|
||||||
|
certifi==2026.1.4
|
||||||
|
# via
|
||||||
|
# httpcore
|
||||||
|
# httpx
|
||||||
|
# requests
|
||||||
|
cffi==2.0.0
|
||||||
|
# via argon2-cffi-bindings
|
||||||
|
charset-normalizer==3.4.4
|
||||||
|
# via requests
|
||||||
|
comm==0.2.3
|
||||||
|
# via ipykernel
|
||||||
|
contourpy==1.3.3
|
||||||
|
# via matplotlib
|
||||||
|
cycler==0.12.1
|
||||||
|
# via matplotlib
|
||||||
|
debugpy==1.8.20
|
||||||
|
# via ipykernel
|
||||||
|
decorator==5.2.1
|
||||||
|
# via ipython
|
||||||
|
defusedxml==0.7.1
|
||||||
|
# via nbconvert
|
||||||
|
executing==2.2.1
|
||||||
|
# via stack-data
|
||||||
|
fastjsonschema==2.21.2
|
||||||
|
# via nbformat
|
||||||
|
fonttools==4.61.1
|
||||||
|
# via matplotlib
|
||||||
|
fqdn==1.5.1
|
||||||
|
# via jsonschema
|
||||||
|
h11==0.16.0
|
||||||
|
# via httpcore
|
||||||
|
httpcore==1.0.9
|
||||||
|
# via httpx
|
||||||
|
httpx==0.28.1
|
||||||
|
# via jupyterlab
|
||||||
|
idna==3.11
|
||||||
|
# via
|
||||||
|
# anyio
|
||||||
|
# httpx
|
||||||
|
# jsonschema
|
||||||
|
# requests
|
||||||
|
ipykernel==7.1.0
|
||||||
|
# via jupyterlab
|
||||||
|
ipython==9.9.0
|
||||||
|
# via ipykernel
|
||||||
|
ipython-pygments-lexers==1.1.1
|
||||||
|
# via ipython
|
||||||
|
isoduration==20.11.0
|
||||||
|
# via jsonschema
|
||||||
|
jedi==0.19.2
|
||||||
|
# via ipython
|
||||||
|
jinja2==3.1.6
|
||||||
|
# via
|
||||||
|
# jupyter-server
|
||||||
|
# jupyterlab
|
||||||
|
# jupyterlab-server
|
||||||
|
# nbconvert
|
||||||
|
json5==0.13.0
|
||||||
|
# via jupyterlab-server
|
||||||
|
jsonpointer==3.0.0
|
||||||
|
# via jsonschema
|
||||||
|
jsonschema==4.26.0
|
||||||
|
# via
|
||||||
|
# jupyter-events
|
||||||
|
# jupyterlab-server
|
||||||
|
# nbformat
|
||||||
|
jsonschema-specifications==2025.9.1
|
||||||
|
# via jsonschema
|
||||||
|
jupyter-client==8.8.0
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# jupyter-server
|
||||||
|
# nbclient
|
||||||
|
jupyter-core==5.9.1
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# jupyter-client
|
||||||
|
# jupyter-server
|
||||||
|
# jupyterlab
|
||||||
|
# nbclient
|
||||||
|
# nbconvert
|
||||||
|
# nbformat
|
||||||
|
jupyter-events==0.12.0
|
||||||
|
# via jupyter-server
|
||||||
|
jupyter-lsp==2.3.0
|
||||||
|
# via jupyterlab
|
||||||
|
jupyter-server==2.17.0
|
||||||
|
# via
|
||||||
|
# jupyter-lsp
|
||||||
|
# jupyterlab
|
||||||
|
# jupyterlab-server
|
||||||
|
# notebook
|
||||||
|
# notebook-shim
|
||||||
|
jupyter-server-terminals==0.5.4
|
||||||
|
# via jupyter-server
|
||||||
|
jupyterlab==4.5.3
|
||||||
|
# via notebook
|
||||||
|
jupyterlab-pygments==0.3.0
|
||||||
|
# via nbconvert
|
||||||
|
jupyterlab-server==2.28.0
|
||||||
|
# via
|
||||||
|
# jupyterlab
|
||||||
|
# notebook
|
||||||
|
kiwisolver==1.4.9
|
||||||
|
# via matplotlib
|
||||||
|
lark==1.3.1
|
||||||
|
# via rfc3987-syntax
|
||||||
|
markupsafe==3.0.3
|
||||||
|
# via
|
||||||
|
# jinja2
|
||||||
|
# nbconvert
|
||||||
|
matplotlib==3.10.8
|
||||||
|
# via -r requirements.in
|
||||||
|
matplotlib-inline==0.2.1
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# ipython
|
||||||
|
mistune==3.2.0
|
||||||
|
# via nbconvert
|
||||||
|
nbclient==0.10.4
|
||||||
|
# via nbconvert
|
||||||
|
nbconvert==7.17.0
|
||||||
|
# via jupyter-server
|
||||||
|
nbformat==5.10.4
|
||||||
|
# via
|
||||||
|
# jupyter-server
|
||||||
|
# nbclient
|
||||||
|
# nbconvert
|
||||||
|
nest-asyncio==1.6.0
|
||||||
|
# via ipykernel
|
||||||
|
notebook==7.5.3
|
||||||
|
# via -r requirements.in
|
||||||
|
notebook-shim==0.2.4
|
||||||
|
# via
|
||||||
|
# jupyterlab
|
||||||
|
# notebook
|
||||||
|
numpy==2.4.2
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# contourpy
|
||||||
|
# matplotlib
|
||||||
|
packaging==26.0
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# jupyter-events
|
||||||
|
# jupyter-server
|
||||||
|
# jupyterlab
|
||||||
|
# jupyterlab-server
|
||||||
|
# matplotlib
|
||||||
|
# nbconvert
|
||||||
|
pandocfilters==1.5.1
|
||||||
|
# via nbconvert
|
||||||
|
parso==0.8.5
|
||||||
|
# via jedi
|
||||||
|
pexpect==4.9.0
|
||||||
|
# via ipython
|
||||||
|
pillow==12.1.0
|
||||||
|
# via matplotlib
|
||||||
|
platformdirs==4.5.1
|
||||||
|
# via jupyter-core
|
||||||
|
prometheus-client==0.24.1
|
||||||
|
# via jupyter-server
|
||||||
|
prompt-toolkit==3.0.52
|
||||||
|
# via ipython
|
||||||
|
psutil==7.2.2
|
||||||
|
# via ipykernel
|
||||||
|
ptyprocess==0.7.0
|
||||||
|
# via
|
||||||
|
# pexpect
|
||||||
|
# terminado
|
||||||
|
pure-eval==0.2.3
|
||||||
|
# via stack-data
|
||||||
|
pycparser==3.0
|
||||||
|
# via cffi
|
||||||
|
pygments==2.19.2
|
||||||
|
# via
|
||||||
|
# ipython
|
||||||
|
# ipython-pygments-lexers
|
||||||
|
# nbconvert
|
||||||
|
pyparsing==3.3.2
|
||||||
|
# via matplotlib
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
# via
|
||||||
|
# arrow
|
||||||
|
# jupyter-client
|
||||||
|
# matplotlib
|
||||||
|
python-json-logger==4.0.0
|
||||||
|
# via jupyter-events
|
||||||
|
pyyaml==6.0.3
|
||||||
|
# via jupyter-events
|
||||||
|
pyzmq==27.1.0
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# jupyter-client
|
||||||
|
# jupyter-server
|
||||||
|
referencing==0.37.0
|
||||||
|
# via
|
||||||
|
# jsonschema
|
||||||
|
# jsonschema-specifications
|
||||||
|
# jupyter-events
|
||||||
|
requests==2.32.5
|
||||||
|
# via jupyterlab-server
|
||||||
|
rfc3339-validator==0.1.4
|
||||||
|
# via
|
||||||
|
# jsonschema
|
||||||
|
# jupyter-events
|
||||||
|
rfc3986-validator==0.1.1
|
||||||
|
# via
|
||||||
|
# jsonschema
|
||||||
|
# jupyter-events
|
||||||
|
rfc3987-syntax==1.1.0
|
||||||
|
# via jsonschema
|
||||||
|
rpds-py==0.30.0
|
||||||
|
# via
|
||||||
|
# jsonschema
|
||||||
|
# referencing
|
||||||
|
send2trash==2.1.0
|
||||||
|
# via jupyter-server
|
||||||
|
setuptools==80.10.2
|
||||||
|
# via jupyterlab
|
||||||
|
six==1.17.0
|
||||||
|
# via
|
||||||
|
# python-dateutil
|
||||||
|
# rfc3339-validator
|
||||||
|
soupsieve==2.8.3
|
||||||
|
# via beautifulsoup4
|
||||||
|
stack-data==0.6.3
|
||||||
|
# via ipython
|
||||||
|
terminado==0.18.1
|
||||||
|
# via
|
||||||
|
# jupyter-server
|
||||||
|
# jupyter-server-terminals
|
||||||
|
tinycss2==1.4.0
|
||||||
|
# via bleach
|
||||||
|
tornado==6.5.4
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# jupyter-client
|
||||||
|
# jupyter-server
|
||||||
|
# jupyterlab
|
||||||
|
# notebook
|
||||||
|
# terminado
|
||||||
|
traitlets==5.14.3
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# ipython
|
||||||
|
# jupyter-client
|
||||||
|
# jupyter-core
|
||||||
|
# jupyter-events
|
||||||
|
# jupyter-server
|
||||||
|
# jupyterlab
|
||||||
|
# matplotlib-inline
|
||||||
|
# nbclient
|
||||||
|
# nbconvert
|
||||||
|
# nbformat
|
||||||
|
typing-extensions==4.15.0
|
||||||
|
# via
|
||||||
|
# anyio
|
||||||
|
# beautifulsoup4
|
||||||
|
# referencing
|
||||||
|
tzdata==2025.3
|
||||||
|
# via arrow
|
||||||
|
uri-template==1.3.0
|
||||||
|
# via jsonschema
|
||||||
|
urllib3==2.6.3
|
||||||
|
# via requests
|
||||||
|
wcwidth==0.5.3
|
||||||
|
# via prompt-toolkit
|
||||||
|
webcolors==25.10.0
|
||||||
|
# via jsonschema
|
||||||
|
webencodings==0.5.1
|
||||||
|
# via
|
||||||
|
# bleach
|
||||||
|
# tinycss2
|
||||||
|
websocket-client==1.9.0
|
||||||
|
# via jupyter-server
|
||||||
|
|||||||
Loading…
Reference in New Issue