Installation

Using pip

$ pip install ipyvuetify

Using conda

(myenv) $ conda install -c conda-forge ipyvuetify

Jupyter Lab

If you’re using only the classic notebook, you’re done. If you’re using Jupyter Lab, the extension has to be installed in Jupyter Lab:

$ jupyter labextension install jupyter-vuetify

Note

ipyvuetify depends on ipywidgets being installed in Jupyter Lab, see the ipywidgets documentation on how to do that.