solara
solara copied to clipboard
fix: fix pywebview compatibility by using requirejs correctly
It seems we cannot (what is now called loadApp) outside a requirejs call, with the jupyter-vue dependencies. Otherwise this results in pywebview seeing jupyter-vue as null. Not sure why this does not happen with other browsers.
Your Render PR Server URL is https://solara-stable-pr-709.onrender.com.
Follow its progress at https://dashboard.render.com/web/srv-cq76hruehbks73e53f30.
qt seems like a better, more support solution. The dependencies of pywebview do not seem to be maintained that well, and it does not seem stable in CI (also not on pywebview's CI)
Instead, see https://github.com/widgetti/solara/pull/724