conda create -n <name> python=3.8
conda env list conda activate <name>
conda install jupyter notebook jupyter notebook