conda
MetPy Mondays
`#1 - Conda Installation
https://www.unidata.ucar.edu/blogs/developer/en/entry/metpy-mondays-1-conda-installation
`#2 - Conda Forge
https://www.unidata.ucar.edu/blogs/developer/en/entry/metpy-mondays-2-conda-forge
How to use conda
conda-forge
install metpy
`#3 - Conda Environments
https://www.unidata.ucar.edu/blogs/developer/en/entry/metpy-mondays-3-conda-environments
`#58 - Matplotlib 3 and Cartopy
https://www.unidata.ucar.edu/blogs/developer/en/entry/metpy-mondays-58-matplotlib-3
roll back version
$ conda list
$ conda install matplotlib=2 cartopy=0.16
`#63 - Switching Kernels
https://www.unidata.ucar.edu/blogs/developer/en/entry/metpy-mondays-63-switching-kernels
Jupyterlab
`#81 - Managing Environments
https://www.unidata.ucar.edu/blogs/developer/entry/metpy-mondays-81-managing-environments
`#170 - Setting up a Windows Machine with Miniconda and Conda-Forge : Unidata Developer's Blog
https://www.unidata.ucar.edu/blogs/developer/entry/metpy-mondays-170-setting-up
Tips
clean up unnecessary files
$ conda clean -tp
Cloning an environment
$ conda create --name myclone --clone myenv
Conda is taking too long to solve environment: use mamba
Get Python Package Download Statistics with Condastats
Anacondaを使った仮想環境を保存・再構築、複製 #Python
See also
Anaconda