1、利用anaconda创建python3.6的虚拟环境
conda create -n gee python=3.6
2、进入cmd激活虚拟环境
activate gee
3、安装geemap库
conda install mamba -c conda-forge
mamba install geemap -c conda-forge
4、安装jupyter
conda install jupyter
5、安装jupyter辅助功能库
主题字体字号设置
conda install jupyterthemes #主题变更库
!jt