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.
First, load your environment. Next, run the following:
python -m bokeh serve --show ./02-Neon_Evaluation_diel_cycle_dev.py --port 5012