How to open Jyputer Notebook with a specified environment.
-
conda install nb_conda
-
Check the environment.
conda env list
- Enter into the environment.
conda activate env
- install a package at your new env
conda install ipykernel
or
conda install -n your_env ipykernel
python -m ipykernel install --env