Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 884 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 884 Bytes

NEON-visualization

Binder

Docker Pulls

Repository to include all neon-related visualization scripts.


To install all required libraries:

conda env create --name neon -f environment.yml
conda activate neon

bokeh_script folder:
Includes the stand-alone script for running the diurnal cycle outside the notebook: to show case stand-alone application. image

First, load your environment. Next, run the following:

python -m bokeh serve  --show ./02-Neon_Evaluation_diel_cycle_dev.py  --port 5012