voila-dashboards/voila-heroku

Voila Custom Template

jcy204 opened this issue · 1 comments

Hi all,

I have edited the default 'vuetify-default' app.html template locally to change a few small things such as navigation bar title and z-order.

When deploying my notebook with Heroku how would I go about using this template instead of the default?

Thanks,

James

I was able to get around this by copying the voila-vuetify repo, making my changes and then putting git+git://github.com/jcy204/customtemplate@main#egg=customtemplate into my requirements.txt

If there is a simpler way (I am sure there is) I would still be interested to hear!