-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Switch away from inline resources in notebook #1538
Conversation
Do have to figure out how we can ensure a smooth dev experience and what happens for dev builds when no CDN release of Panel.js is available. |
Codecov Report
@@ Coverage Diff @@
## master #1538 +/- ##
==========================================
- Coverage 85.69% 85.65% -0.04%
==========================================
Files 146 146
Lines 16069 16076 +7
==========================================
Hits 13770 13770
- Misses 2299 2306 +7
Continue to review full report at Codecov.
|
6105181
to
c609a9f
Compare
34363f5
to
03b840d
Compare
03b840d
to
3b927c4
Compare
Panel depends on various external resources to work properly so until that is resolved there is zero point using inline resources and significant cost as it slows down page load and is just generally not recommended.