Skip to content

benborgers/diff-eq-grapher

Repository files navigation

Differential Equation Grapher

Interesting files:

Deployment

Set up the Python aspect of the server like this:

Make a folder resources/python and cd into it.

cd resources/python
mkdir -p public
python3 -m venv venv
source venv/bin/activate
pip install numpy scipy matplotlib sympy

About

📐 Online differential equation grapher.

Resources

Stars

Watchers

Forks