Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix pywebview compatibility by using requirejs correctly #709

Closed
wants to merge 6 commits into from

Conversation

maartenbreddels
Copy link
Contributor

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.

Copy link

render bot commented Jul 10, 2024

@maartenbreddels maartenbreddels force-pushed the fix_pywebview_compatible branch 6 times, most recently from a5bbdc8 to 07d0966 Compare July 10, 2024 13:07
@maartenbreddels maartenbreddels force-pushed the fix_pywebview_compatible branch 3 times, most recently from 2a6f1f9 to bc588c5 Compare July 10, 2024 14:53
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 maartenbreddels force-pushed the fix_pywebview_compatible branch from bc588c5 to ca9435e Compare July 23, 2024 10:58
@maartenbreddels
Copy link
Contributor Author

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 #724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant