reproducible-notebooks / ERDDAP_timeseries_explorer

Simple interactive ERDDAP time series explorer using Jupyter Widgets
MIT License
6 stars 4 forks source link

1st draft for panel dashboard #38

Closed apkrelling closed 3 years ago

apkrelling commented 3 years ago

Quite a few things still need to be done here; but as of now it is functional - I just need to do minor fixes to display the images.

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

apkrelling commented 3 years ago

In order to have the images (widgets, map, plot, etc) displayed, I set up the environment.yml so that hvplot and holoviews would be installed from the pyviz channel, and not conda-forge. I'm not sure if this is the ideal setup - @ocefpaf , any ideas?

ocefpaf commented 3 years ago

The very first code executed is a progressbar that will get updated when we run the next cell. It is odd to see it on top of its trigger. Can we get the progressbar triggered as an output of get_valid_stdnames?