BrownDwarf / gollum

A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy
https://gollum-astro.readthedocs.io/
MIT License
20 stars 5 forks source link

Add popout window functionality for dashboards #118

Open Sujay-Shankar opened 3 months ago

Sujay-Shankar commented 3 months ago

@DanielAndreasen brought up a good point that gollum should support the creation of windowed dashboards instead of only relying on jupyter's functionality. We decided to sort of pop this out of the JOSS paper review process and treat it as a standalone issue for a future version release.

Basically, we'd want to make better use of bokeh's inner workings with the bokeh serve --show script.py behavior, probably, or maybe something more advanced and less scripty, if we find that in the future.