This repository shows how you can create complex vuetify components using ipyvuetify
templates.
voila voila-vuetify-examples.ipynb --template=vuetify-baseline
Or for the dark theme:
voila voila-vuetify-examples.ipynb --template=vuetify-baseline --theme=dark
You can easily deploy the notebook to Heroku following these steps: First, follow the setup steps on Heroku: here Then run
heroku create
git push heroku master