Skip to content

Jupyter Notebooks, mostly. Physics and numerical analysis. Julia/Python.

Notifications You must be signed in to change notification settings

roessland/notes

Repository files navigation

notes

Jupyter Notebooks, mostly. Physics and numerical analysis.

Demos

Quad spring animation using BDF solver for stiff ODEs.

quad-spring.mov

Setup

mamba env create -f environment.yml

Cleanup or refresh dependencies

mamba env remove -n notes
mamba env create -f environment.yml

Keep working

mamba activate notes

Save changes to environment

mamba env export > environment.yml

About

Jupyter Notebooks, mostly. Physics and numerical analysis. Julia/Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published