conda create -n myenv python=3.8
conda activate myenv
conda install jupyter
conda install -n base nb_conda_kernels
jupyter notebook