A repository containing consolidated training materials for Py-ART
Launch JupyterLab Binder (Beta but much cooler):
Launch JupyterLab Pangeo (Not LTS but needed for gridding examples):
Huge thanks to the Binder and Pangeo teams their institutions and sponsors.
Please note this requires compilers on your system. Google how to do this using things like xcode (macos) and build-essential (ubuntu)
Clone this repository to a local directory
eg:
wget https://github.com/ARM-Development/PyART-Training/archive/main.zip
unzip main.zipor:
git clone https://github.com/ARM-Development/PyART-TrainingCreate the environment using Conda:
cd pyart-training
conda env create -f environment.yml
conda activate pyart-trainingIf you are having issues with compilers (pip) use the simple env (not all examples will work):
cd pyart-training
conda env create -f simple.yml
conda activate pyart-trainingProvisioning. If you have not got a system wide wget install it using conda:
conda install -c conda-forge wgetRun the provision script (note, could be zsh et al instead of bash):
bash scripts/provision.sh Note, some users report SSL issues with the wget command.. if this hits you use:
bash scripts/provision_curl.sh Rock on!
jupyter notebook