--- id: ipyvue version: "3.0.0" license: MIT license_treatment: permissive maintenance: active --- # ipyvue — Jupyter widgets base for Vue libraries License: permissive · Maintenance: active · Downloads: 362.4K/mo ## What it is and what it does ipyvue is a Jupyter widget framework that lets you build interactive components using Vue.js inside notebook cells. It acts as a bridge between Vue's component model and Jupyter's widget system, allowing you to define custom widgets by writing Vue templates and Python classes. The package handles the plumbing of rendering Vue components in the notebook frontend and communicating state changes back to Python. You use it by subclassing VueTemplate, defining a Vue template string with HTML and optional scoped CSS, and then instantiating the class to display an interactive widget. It depends only on ipywidgets, making it a lightweight addition to existing Jupyter setups. The framework is actively maintained and has been in use since 2019, with support for Python 3.8 through 3.11. Use it for: - Build custom interactive dashboards in notebooks by composing Vue components for data visualization and user input. - Create reusable widget libraries that other notebook users can import and customize without writing JavaScript. - Prototype interactive data exploration tools that combine Vue's reactivity with Python's data processing capabilities. - Develop educational materials with interactive examples that respond to user input in real time within notebooks. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Jupyter widget base for building interactive Vue.js components in notebooks, enabling developers to create Vue-based widgets that integrate with the Jupyter ecosystem. Yes, if you need to build interactive Jupyter widgets with Vue.js. The low installation friction, active maintenance, permissive MIT license, and lack of known vulnerabilities make it a safe choice. Install it when you want Vue's component model and reactivity in your notebooks without writing raw JavaScript or dealing with complex widget boilerplate. ## Install pip install ipyvue uv add ipyvue poetry add ipyvue ## Installing ipyvue Before you install: Low friction installation with a single pip command and nbextension setup. The package is actively maintained with a recent release and no known vulnerabilities, making it straightforward to add to an existing Jupyter environment. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: pip install ipyvue jupyter nbextension enable --py --sys-prefix ipyvue from ipyvue import VueTemplate class MyComponent(VueTemplate): template = "
Hello
" widget = MyComponent() Requires Jupyter notebook or JupyterLab environment with nbextension support enabled; development work requires npm. Verify before relying: - Whether scoped CSS support works reliably across different Jupyter environments and versions. - Performance characteristics when rendering complex Vue components with many interactive elements. - Compatibility with the latest JupyterLab versions and whether classic notebook is still the primary target. ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 362.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags jupyter vue widgets, ipywidgets vue integration, jupyter notebook vue components, interactive vue in jupyter, jupyter vuejs framework, vue-based jupyter widgets, notebook interactive components, jupyter-widgets, vue-integration, interactive-notebooks [View on SkillFed](https://skillfed.io/packages/ipyvue) · [View on PyPI](https://pypi.org/project/ipyvue/)