Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active April 6, 2021 12:38
Show Gist options
  • Save tommylees112/3ef9b816e4bd50971cb94d7b60aee37b to your computer and use it in GitHub Desktop.
Save tommylees112/3ef9b816e4bd50971cb94d7b60aee37b to your computer and use it in GitHub Desktop.
Simple xarray python environment
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