Skip to content

jrleeman/python-gallery

 
 

Repository files navigation

Unidata Python Gallery

This is a collection of examples published in the Unidata blogs or just contributed. In addition to viewing them on the blog you can view them rendered at the web gallery, where you can also download the examples as Jupyter notebooks.

Installation Instructions

The current list of dependencies for this collection is:

The easiest way to install these libraries is with conda.

  1. Install Miniconda (Python 3.4) from Continuum Analytics. (Determine if your OS 32 or 64 bit)
  2. Once Miniconda is installed, from the command line (e.g., OS X terminal, cmd.exe), run these instructions to clone the repository and create the environment:
git clone https://github.com/Unidata/python-gallery

cd python-gallery

conda env create -f environment.yml

From a Unix command line (e.g., OS X terminal)

If your default shell is NOT bash, first type bash. To activate or switch to a conda environment, you can source activate <environment>. For example,

source activate gallery

To switch and/or deactivate environments:

source deactivate
source activate <environment>

From a Windows command line (e.g., cmd.exe)

To activate or switch to a conda environment, you can activate <environment>. For example,

activate gallery

To switch and/or deactivate environments:

deactivate
activate <environment>

About

Repository of examples showing off the use of Python for meteorology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.0%
  • Jupyter Notebook 26.0%
  • Batchfile 12.0%
  • Makefile 11.7%
  • Shell 1.3%
  • HTML 1.2%
  • Smarty 0.8%