widgetti / ipyvuetify

Jupyter widgets based on vuetify UI components
MIT License
348 stars 59 forks source link

ipyvuetify doesn't serve jupyter-vue.js when deployed on Jupyter/voila #231

Open ggogate opened 2 years ago

ggogate commented 2 years ago

I am using Jupyter and voila to serve notebook as dashboard. I am using ipyvuetify as the UI widget framework. ipyvuetify fetches some static files such as jupyter-vue.js from the internet This doesn't work with some of our users who have restricted Internet access. How can I ensure the static files are served from the App Server itself. Thanks

mariobuikhuizen commented 2 years ago

Running Voila with --enable_nbextensions=True will use the local extension files, see: https://voila.readthedocs.io/en/stable/using.html#using-third-party-widgets-with-voila