Closed GreatEmerald closed 1 year ago
Currently the section Visualization has this code:
conda install --name geoscripting matplotlib seaborn pyproj owslib
That will break all of the students' environments, as new things are installed in conda after pip (and dependency hell etc.). We should do this in a new environment instead.
Currently the section Visualization has this code:
That will break all of the students' environments, as new things are installed in conda after pip (and dependency hell etc.). We should do this in a new environment instead.