Developed using python3.12.6
- Fork the reposistory
- Clone your fork
- Create and activate the python virtualenv
python3 -m venv .venv
source .venv/bin/activate
- Install libraries needed:
pip install -r requirements.txt
jupyter lab
- Setup the Jupyter Notebook first
- Activate the virtual environment as described above
python app.py
- http://127.0.0.1:8002/ in your browser
- All steps above, including an activated python venv
python quickstort-dash.py
- http://127.0.0.1:8002/ in your browser
- All steps above, including an activated python venv
python heapsort-dash.py
- http://127.0.0.1:8002/ in your browser
- Find heap_sort_visualization.html in your file browser
- Open the file in your browser (Chrome, Firefox, etc.)