cpp
conda create -y -n cell2loc_env python=3.9
conda activate cell2loc_env
pip install cell2location -i douban.com
Finally, to use this environment in jupyter notebook, add jupyter kernel for this environment:
conda activate cell2loc_env
conda install -c bioconda -c conda-forge ipykernel
cpp
python -m ipykernel install --user --name=cell2loc_env --display-name='Environment (cell2loc_env)'