"The Entropy Maximum principle has a corollary that is the Energy minimum principle" David Chandler ".. So there are multiple local maxima, just like there are multiple local minima." Noel Carrascal
The project has a docker file, and a bin folder with 2 useful scripts. To build, run and connect to the docker container running the script run
./bin/run.shThere are unit tests which you should run when changing code to verify that you have not introduced any problems.
To do so run this inside the container
./bin/test.shYou can use
./bin/reinstall.shto install the scripts in the bin so that you will be able to run from anywhere in the container.
WIP
https://github.com/toddbirchard/plotlydash-flask-tutorial.git
I removed uwsgi==2.0.20 from requirements
created a .env and added it to .gitignore
Installed pip install lesscpy # I am not sure if needed. pip install cssmin
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python app.py