The About page says conda create -n ddwenv python=3.12 anaconda mypy nb_mypy
However mini-projects page says conda create -n ddw
Also, we should include pandas seaborn since it's used in Week 9-11.
If we are not creating venv on the online platforms and we ask students to do everything locally, all instructions can be simplified into conda create -n ddw python=3.12 mypy nb_mypy pandas seaborn streamlit pytest openpyxl
The About page says
conda create -n ddwenv python=3.12 anaconda mypy nb_mypyHowever mini-projects page says
conda create -n ddwAlso, we should include
pandas seabornsince it's used in Week 9-11.If we are not creating venv on the online platforms and we ask students to do everything locally, all instructions can be simplified into
conda create -n ddw python=3.12 mypy nb_mypy pandas seaborn streamlit pytest openpyxl