-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Support jupyterlite #5502
Support jupyterlite #5502
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5502 +/- ##
==========================================
- Coverage 88.09% 88.08% -0.01%
==========================================
Files 302 302
Lines 62269 62275 +6
==========================================
Hits 54858 54858
- Misses 7411 7417 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Other than one or two minor comments, looks good to merge! (Ignoring the issue with CI for macos of course!) |
I'm going to rebase now CI tests are passing on macos so that this can be the last code PR in the release... |
Will merge once the tests are green! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #5475
The solution to the problem is to use the existing
notebook_extension
and not thepyodide_extension
inside the jupyterlite:Therefore a small check is added to see if holoviews is inside jupyterlite, and depending on that, either use
notebook_extension
orpyodide_extension
.