The objective of this exercise is to walk you through the steps to create a new environment from scratch by using conda in a terminal environment.
conda create --name pstc python=3.8
conda env list
conda activate pstc
pandas
to the pstc environmentconda install pandas
notebook
from the channel conda-forge to the pstc environmentconda install --channel conda-forge notebook
conda list
conda env export > pstc.yml