ipyvuetify icon indicating copy to clipboard operation
ipyvuetify copied to clipboard

Jupyter widgets based on vuetify UI components

Results 105 ipyvuetify issues
Sort by recently updated
recently updated
newest added

I think if we remove the source maps files from the nbextension, we save a few MB: ``` ls -alhSr ./ipyvuetify-1.9.4.data/data/share/jupyter/nbextensions/jupyter-vuetify total 19848 drwxr-xr-x@ 3 maartenbreddels wheel 96B Apr 8...

I was exploring the library a bit and couldn't find a way to access the v-main tag. I am new to vuetify and the application I had created uses this...

This is related with https://github.com/widgetti/ipyvuetify/issues/308.

I am working on a new voila template by adapting https://github.com/voila-dashboards/voila-vuetify... In one of the apps that we have created, we use `v.VuetifyTemplate` to include dynamic javascript code in the...

Is there any way to save the ipyvuetify panel to html or pdf file? I understand if it is in html it cannot be interactive. Just want to see the...

Currently, if you install any package with `pip install --pre` with `ipyvuetify` as a downstream dependency, it installs the latest 3.0 alpha release, ipyvuetify 3.0.0a2. ![image](https://github.com/user-attachments/assets/e0ddef9b-f58f-41dc-9be8-b82d7ef0acf5) However, I have the...

After upgrading to voila 0.5.7 (from 0.4.x), I start getting warnings in the console: ``` Unsatisfied version 6.0.6 of shared singleton module @jupyter-widgets/base (required ^1 || ^2 || ^3 ||...

Hi, So I think this issue just arose like this past week cause I was using version 1.10.0 last week everything was working fine. Now the widgets don't seem to...

Also bumps the runner of github actions from ubuntu-20.04 to ubuntu-22.04, since support for version 20 will be dropped on 1.4.2025, see https://github.com/actions/runner-images/issues/11101 NB: Python 3.6 is still listed as...

Note: I recognize this isn't required for ipvuetify, this is blocking me with another extension. ``` python3.11 -m venv .venv source .venv/bin/activate pip install "jupyterlab==4.0.0" "ipyvuetify==1.10.0" # jupyterlab 4.3 doesn't...