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

In the current example, `single_widget` is only a class attribute, such that when creating a new instance of `MyComponent`, the same widget is displayed. The user rather would rather need...

Hi, I'm trying to adapt the hover functionality from here into ipyvuetify, but I'm not able to get it to work. Would it be possible to provide a working example?...

I currently use the PandasDataFrame class from the examples (https://github.com/widgetti/ipyvuetify/blob/master/examples/Examples%20template.ipynb) and try to highlight the first row (change the background color of it). How is this possible?

Is there a way to include additional javascript libraries or custom js modules?

We are implementing web-applications based on voila and ipyvuetify. The loading of the voila cells is done in the background and once it's ready it is served to the user...

I wanted to start off by saying that I love this library! It really lends itself well to creating interactive UIs while not having to worry about super convoluted callback...

Is there anyway to achieve this? Unfortunately I am running ipyvuetify in an environment where I am allowed to install packages but not lab extension. Thank you

I m struggling with the datePicker widget, I have a list of dates in python and I would like to display the widget with only theses dates, but how I...

I would like to use ipyevents with ipyvuetify to implement this behavior : [Issue 215](https://github.com/widgetti/ipyvuetify/issues/215) But it seems that ipyevents is not compatible with ipyvuetify. I wrote the minimal example;...