voila-embed icon indicating copy to clipboard operation
voila-embed copied to clipboard

Embed jupyter widgets in existing websites

Results 14 voila-embed issues
Sort by recently updated
recently updated
newest added

We're in the process of integration our web authentication for the jdaviz site with voila-embed. Basically we need to restrict access to certain data based on user's authorization. Do `ipyvuetify`...

After updating to gain the #16 fix, we're now getting CSS that overrides our custom CSS. If I understand #16, that set up the template to use Jupyter Lab as...

When testing the latest PR for 0.2.8 compatibility, https://github.com/mariobuikhuizen/voila-embed/pull/21, I'm now getting a `no current kernel` error message in the dev console. ``` voila.js:455 Uncaught (in promise) Error: No current...

Excuse me: I tried to start the project according to the file 'readme.md', but failed. It always like this picture ![image](https://user-images.githubusercontent.com/42364543/115378247-ee810800-a202-11eb-85dd-2149686f9177.png) what caused it ?voila version?

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...

Do you have a React sample to embed voila? Thanks.

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...