Brian Cherinka

Results 69 issues of Brian Cherinka

This PR, https://github.com/spacetelescope/jdaviz/pull/368, introduced a new debug feature that added a bug icon collecting and displaying errors. Is this feature accessible via voila-embed? I tried adding a `?debug` suffix to...

Hi @mariobuikhuizen , we are switching our front-end to a pure Vue+Vuetify compiled one. I'm working on migrating our voila_embed integration, starting with the barebones example `asb_example.ipynb`. I'm trying to...

Is there currently any mechanism to defer data loading, either into an `ipyvuetify` or `bqplot` component, or on the `voila-embed` side of things? I need to be able to embed...

I had some questions on the new `Event` demos from the recent PR #3. 1. Is it strictly necessary to create a subclass of a Vuetify object just to add...

What's the best way to debug callback widget events in Voila? I put a bunch of print statements inside my callback, and started Voila in debug mode, but that info...

With commit https://github.com/mariobuikhuizen/voila-embed/commit/d14c1c645a7fc3053009b55952ebccaa8be45288, this fixes the `bqplot` styling issue, but introduces a conflict with our main front-end css. Specifically, adding the `rel="stylesheet"` to the `voila/static/theme-light.css` causes the Voila styling to...

Rather than having a path to a data file be hardcoded in the notebook, or data pre-loaded in a notebook that Voila serves, I need to be able dynamically load...

After Voila has been running a while, and accessing many kernels, eventually this error is produced and new content is no longer loaded. This occurs Command to start the Voila...

It would be cool to be able to save a cutout of a specified size of the current view in Aladin as a FITS image that contains the WCS information....

enhancement

I know the javascript version has the ability to overlay images. Can I do this with the `ipyaladin` version usable in Jupyter notebooks? Or can I do it via some...

feature