Setting up environments in SageMaker Studio is straightforward since Conda is installed by default. Required Python packages can be installed using 'pip install' commands. The packages listed below are required for this workshop - they only need to be installed once when first creating a notebook. Leveraging Conda and pip helps streamline environment configuration for development in SageMaker Studio.
%pip install pandas
%pip install numpy
%pip install geopandas
%pip install matplotlib
%pip install sentinelhub
%pip install rasterio
%pip install earthpy
%pip install awswrangler

Step 2: Import Packages