ipyvuetify
ipyvuetify copied to clipboard
Jupyter widgets based on vuetify UI components
Having issue where we seem unable to get value of input field before user switches focus Example use case: Simple form with 1 text input field, must be filled out...
I've been using ipyvuetify for a while now, and I find it really extraordinary. I wondered if there is a way of triggering an event when selecting a v.DataTable row...
The current version number on github is 1.8.2 and the latest release is 1.8.6, would it be possible to synchronise them ? As you enforce the use of conventional commits,...
TLDR - styles are still loaded even when the lab extension is disabled and Jupyterlab's `--future-skip-styles-for-disabled` flag is used. Jupyterlab 3.6.0 recently introduced an option `--future-skip-styles-for-disabled` to avoid loading styles...
Vue 3
Hi, are you planning to upgrade to vue 3?
I am using Jupyter and voila to serve notebook as dashboard. I am using ipyvuetify as the UI widget framework. ipyvuetify fetches some static files such as jupyter-vue.js from the...
Is there any ipyvuetify component can be used to replace the ipwidgets.Output? Ipywidgets.Output can capture all ipython output run under this component. eg: ``` import ipywidgets as widgets out =...
Hi, I would like to make a List of items where multple items can be selected. I'm using this code: ```python with solara.v.List(nav=True): with solara.v.ListItemGroup(v_model=active, on_v_model=set_active, multiple=True): for filename in...
Hi, I'm trying to figure out how to implement a **Card Reveal** component, similar to the example shown on [vuetify docs](https://v2.vuetifyjs.com/en/components/cards/#card-reveal). Thanks
Hello! I started to learn Ipyvuetify. I decided to start from [buttons](https://vuetifyjs.com/en/components/buttons/). I use the latest version of JupyterLab and VS Code. Almost I tested with buttons don't respect Vuetify...