solara icon indicating copy to clipboard operation
solara copied to clipboard

fix: fix pywebview compatibility by using requirejs correctly

Open maartenbreddels opened this issue 1 year ago • 1 comments

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.

maartenbreddels avatar Jul 10 '24 10:07 maartenbreddels

Your Render PR Server URL is https://solara-stable-pr-709.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cq76hruehbks73e53f30.

render[bot] avatar Jul 10 '24 10:07 render[bot]

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

maartenbreddels avatar Sep 05 '24 14:09 maartenbreddels