Repository for analysis notebook template development.
Link to work-in-progress documentation on Google Docs. (You may need to request access.)
The final converged notebook should make use of established standards and conventions as much as possible.
- Set up a working directory
mkdir ~/esnb-test-dir && cd ~/esnb-test-dir
- Create a test conda environment
conda create -y -n esnb_test jupyterlab pip
conda activate esnb_test
- Install ESNB
pip install esnb
- Create a new Pangeo demo notebook
nbinit pangeo
- Launch Jupyter
jupyter lab