custom environments
in case the environment should be avaliable permanently
conda config --add envs_dirs /home/jovyan/.conda_envs
open new Terminal
conda create --name myenv
initialize bash shell
conda init bash
restart shell
source ~/.bashrc
then:
conda activate myenv