Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.28 KB

File metadata and controls

44 lines (32 loc) · 1.28 KB

PyPi Documentation Status

ESNB: Earth System Notebook

(formerly notebook-template)

Repository for analysis notebook template development.

Link to work-in-progress documentation on Google Docs. (You may need to request access.)

Standards

The final converged notebook should make use of established standards and conventions as much as possible.

Link to EMDS Standards

Quick Start

  1. Set up a working directory
mkdir ~/esnb-test-dir && cd ~/esnb-test-dir
  1. Create a test conda environment
conda create -y -n esnb_test jupyterlab pip
conda activate esnb_test
  1. Install ESNB
pip install esnb
  1. Create a new Pangeo demo notebook
nbinit pangeo
  1. Launch Jupyter
jupyter lab