snowex-hackweek / website-2021

JupyterBook for SnowEx Hackweek 2021
https://snowex-2021.hackweek.io/
MIT License
14 stars 89 forks source link

several notebooks not rendering with outputs on the website #130

Closed scottyhq closed 3 years ago

scottyhq commented 3 years ago

Just noting that some notebooks are not currently rendered with outputs on the website. These were merged pretty hastily and either never fully executed (error in a particular cell), or likely use a package that is missing from the default environment. Depending on how easy the fix is we can either leave them w/o outputs or try to fix.

WARNING: Execution Failed: /home/jovyan/book/tutorials/nsidc-access/nsidc-data-access.ipynb
WARNING: Execution Failed: /home/jovyan/book/tutorials/lidar/ASO_data_tutorial.ipynb
WARNING: Couldn't find cache key for notebook file book/tutorials/lidar/ASO_data_tutorial.ipynb. Outputs will not be inserted.
  Last execution failed with traceback saved in /home/jovyan/book/_build/html/reports/ASO_data_tutorial.log
WARNING: Couldn't find cache key for notebook file book/tutorials/nsidc-access/nsidc-data-access.ipynb. Outputs will not be inserted.
  Last execution failed with traceback saved in /home/jovyan/book/_build/html/reports/nsidc-data-access.log
/home/jovyan/book/tutorials/nsidc-access/nsidc-data-access.ipynb:10011: WARNING: Non-consecutive header level increase; 1 to 3 [myst.header]
/home/jovyan/book/tutorials/nsidc-access/nsidc-data-access.ipynb:330005: WARNING: Non-consecutive header level increase; 2 to 4 [myst.header]
scottyhq commented 3 years ago

closed by #145 and #146