You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Folks who simply want to run the metrics without installing a bunch of packages locally are burdened by those requirements. Can we find a more user friendly way of making this package accessible?
This is tied to a binder instance can be slow and can fail sometimes. However, it is the most robust option for now. Once I move the whole stack to be WASM compatible we can use jupyterlite or something similar to run without a server. (We had this with an older version of erddapy before I moved to httpx, I don't want to move back to requests but I do want to implement a choice so we can have the best of both worlds.)
What should we add?
Folks who simply want to run the metrics without installing a bunch of packages locally are burdened by those requirements. Can we find a more user friendly way of making this package accessible?
Myst allows for in-browser execution of code https://mystmd.org/guide/integrating-jupyter#connecting-to-a-binder
It might be more efficient to use those services to create the webpage instead of python scripts with jinja?
Reference
cc @kbailey-noaa
The text was updated successfully, but these errors were encountered: