Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 751 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 751 Bytes

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