ipyvuetify
Jupyter widgets based on vuetify UI components
What it is and what it does
ipyvuetify bridges Vuetify 3 UI components into Jupyter notebooks, letting you build Material Design interfaces using Python instead of Vue templates. It wraps Vuetify's component library—buttons, menus, sliders, navigation drawers, and more—as Python classes that you instantiate and configure with keyword arguments. Components emit events you listen to with on_event(), and you organize them into layouts by nesting them in the children parameter, much like building a Vue component tree in Python.
The package depends only on ipyvue (its single runtime dependency) and supports Python 3.6 through 3.13. It's actively maintained, recently released, and carries no known security vulnerabilities. You can use it either as a direct Python API (CamelCase class names, snake_case attributes) or via VuetifyTemplate for a more Vue-like template syntax if you prefer web development patterns.
Use it for:
- Build interactive data exploration dashboards in Jupyter with Material Design buttons, sliders, and data tables.
- Create notebook-based configuration UIs with forms, dropdowns, and validation feedback using Vuetify components.
- Develop real-time monitoring interfaces in notebooks with navigation drawers, tabs, and live-updating widgets.
- Prototype web application UIs in Jupyter before migrating to standalone Vue.js projects.
- Build collaborative research notebooks with polished Material Design interfaces for parameter tuning and result visualization.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Jupyter notebook widgets built on Vuetify UI components implementing Material Design, letting you build interactive interfaces with Vue.js-style components directly in Python.
Yes. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and is widely used (top 15000 PyPI packages). It's a solid choice if you need Material Design widgets in Jupyter. The main constraint is that you must be working in a Jupyter environment; outside that context it has no purpose.
Install
ipyvuetify on PyPI
pip
pip install ipyvuetifyuv
uv add ipyvuetifypoetry
poetry add ipyvuetifyInstalling ipyvuetify
Before you install
Low friction install via pip with a single runtime dependency (ipyvue). Actively maintained with a recent release and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install ipyvuetify
import ipyvuetify as v
button = v.Btn(children=['Click me'])
button.on_event('click', lambda widget, event, data: print('Clicked'))
Requires Jupyter notebook or JupyterLab environment; older JupyterLab versions (< 3) need a separate labextension install.
Verify before relying
- Whether the package supports real-time two-way data binding in all use cases or only through explicit event listeners.
- Performance characteristics when rendering large numbers of Material Design components in a single notebook.
- Compatibility with JupyterHub or other Jupyter deployment scenarios beyond local notebooks.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — ipyvue |
| Maintenance | actively maintained — 2 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 320,878/month — #7,630 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ipyvuetify-3.0.0-py2.py3-none-any.whl
Keywords: ipython, jupyter, widgets
Tags
More Graphics packages
Pillow adds image processing capabilities to…
permissive · top 100 on PyPI
fonttoolsfonttools manipulates font files in multiple…
permissive · top 1,000 on PyPI
matplotlib-inlineEnables matplotlib figures to display inline…
permissive · top 1,000 on PyPI
pymupdfPyMuPDF extracts, renders, converts, and…
agpl · top 1,000 on PyPI
pypdfium2pypdfium2 is a Python binding to PDFium that…
permissive · top 1,000 on PyPI
altairAltair is a declarative Python library for…
permissive · top 1,000 on PyPI
ipyvueProvides a Jupyter widget base for building…
permissive · top 15,000 on PyPI
trame-vuetifyProvides Material Design UI components…
permissive · top 5,000 on PyPI
ipytreeipytree provides a tree-structure widget for…
permissive · top 15,000 on PyPI
reactonReacton provides a React-like component model…
permissive · top 15,000 on PyPI
ipywidgetsipywidgets provides interactive HTML widgets…
permissive · top 1,000 on PyPI
panel-material-uiPanel Material UI brings Material Design…
permissive · top 5,000 on PyPI
ipymplipympl enables interactive matplotlib plots in…
permissive · top 5,000 on PyPI
music-assistant-frontendProvides a Vue-based progressive web app (PWA)…
permissive · top 15,000 on PyPI
pythreejsPythreejs bridges Python and Three.js to render…
permissive · top 15,000 on PyPI
django-cottonDjango Cotton adds component-based UI…
permissive · top 15,000 on PyPI