/pangeochunk

Primary LanguageJupyter Notebook

pangeochunk

This repository is made to understand well how chunk is working on pangeo. It consists several jupyternotebook, together with conda enviroment.

Creating enviroment Before running jupyternotebook, you'll need to create follwoing conda enviroment by running

conda env create -f ./env/environment.yml

This will create a conda environment named pangeochunk

You can activate the environment with

conda activate pangeochunk

If you use a PC, you can then start your jupyter Notebook as

jupyter notebook

and on your web browser, chose 'pangeochunk' as your kernel