kristinemlarson / gnssrefl

GNSS Interferometric Reflectometry Software (GNSS-IR)
GNU General Public License v3.0
151 stars 75 forks source link

Kelly jupyter #185

Closed k-enloe closed 1 year ago

k-enloe commented 1 year ago

Changes/additions made: dockerfile - copy notebooks dir and _static dir to container. Add DOCKER env variable.

gnssir_input.py - parameters should be lists not float

utils - change when code accesses REFL_CODE. Adding notebook utilities for setting env variables

notebooks - added notebook space and notebooks

requirements-dev.txt - added requirements to install for running tests

setup.py - added jupyterlab and ipywidgets

tests - added a clear notebook space because notebook space gets very messy when running notebooks during creation/testing etc... Also added a test notebooks bash script which checks to make sure there are no error outputs when cells are run.