Ingham Medical Physics Coding Challenge
conda create -n dash-dev python=3.7 -y
conda activate dash-dev
3. Make sure to run python file under "src" file
cd ingham-medphys-coding
cd src
4. Download dash module, dash-bootstrap-components, pandas
pip install dash -U
pip install dash-bootstrap-components
pip install pandas
python3 challenge_september_2021.py
6. Open the URL shows in Terminal (copy and paste it in Google Chrome)
e.g.,"Dash is running on http://127.0.0.1:8050/"
(7. If error shows address occupied, it needs to kill current process on terminal, and redo step6)
pkill -9 python