conda create -n geo_env python=3.9
conda activate geo_env
以降は仮想環境に入りっぱなし
conda install -c conda-forge geopandas
pip install jupyter environment_kernels
conda install notebook ipykernel
ipython kernel install --user --name=geo_env --display-name=geo_env