MetPy Mondays #258 - How to Create a Conda Environment File (Easily Share Your Python Environments!)

preview_player
Показать описание
Conda environments files are a great way to share your Python environments with others. Creating them is easy and this week we'll show you how!

Example Environment File
name: myenv

channels:
- conda-forge
- defaults

dependencies:
- python
- pip
- metpy
- siphon
- matplotlib
- pandas
- xarray
- pip:
- cfgrib

--------------------------------------------------------------------------------
Links for this video:

--------------------------------------------------------------------------------
Contact / Info:

Рекомендации по теме