# h5nuvola a Flask based hdf5 visualization webserver. ## installation * clone the repository * edit hdf5 folder path in `settings.py` * start the webserver: ``` $ export FLASK_APP=app.py $ python -m flask run ``` ======= edit `settings.py` to point at your local hdf5 folder and customize run `app.py`