Differential Equation Grapher Interesting files: Graph.php graph.py GraphPhasePlane.php phase-plane.py 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