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

Switch away from inline resources in notebook #1538

Merged
merged 7 commits into from
Aug 21, 2020
Merged

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Aug 21, 2020

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.

@philippjfr philippjfr added the type: enhancement Minor feature or improvement to an existing feature label Aug 21, 2020
@philippjfr philippjfr added this to the v0.10.0 milestone Aug 21, 2020
@philippjfr
Copy link
Member Author

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
Copy link

codecov bot commented Aug 21, 2020

Codecov Report

Merging #1538 into master will decrease coverage by 0.03%.
The diff coverage is 41.66%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
panel/__init__.py 100.00% <100.00%> (ø)
panel/config.py 46.02% <100.00%> (+0.37%) ⬆️
panel/widgets/input.py 96.15% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 697f640...f10ef57. Read the comment docs.

@philippjfr philippjfr force-pushed the no_inline_resources branch from 6105181 to c609a9f Compare August 21, 2020 20:54
@philippjfr philippjfr force-pushed the no_inline_resources branch from 34363f5 to 03b840d Compare August 21, 2020 23:26
@philippjfr philippjfr force-pushed the no_inline_resources branch from 03b840d to 3b927c4 Compare August 21, 2020 23:35
@philippjfr philippjfr merged commit 04c73ca into master Aug 21, 2020
@philippjfr philippjfr deleted the no_inline_resources branch August 21, 2020 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant