Last active
April 6, 2021 12:38
-
-
Save tommylees112/3ef9b816e4bd50971cb94d7b60aee37b to your computer and use it in GitHub Desktop.
Simple xarray python environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -n py | |
conda activate py | |
conda install -c conda-forge matplotlib tqdm jupyterlab ipython pip ruamel.yaml xarray black mypy pandas --yes | |
# test | |
ipython -c "import xarray; import numpy; import pandas; import matplotlib; print('Everything Worked!')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment