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

Some Panel widgets do not work offline #84

Open
apirogov opened this issue Sep 6, 2023 · 0 comments
Open

Some Panel widgets do not work offline #84

apirogov opened this issue Sep 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@apirogov
Copy link
Collaborator

apirogov commented Sep 6, 2023

In panel 0.14 the issue appears to be touching (for what we use) just Ace (code editor), but in >1.0 it's actually worse - the inline=True flag does not work for multiple things, including

  • panel default styles
  • panel divider widget (probably others)
  • codeeditor widget (ace)
  • tabulator widget

Furthermore, apparently calling pn.extension() somehow manages to add unused extensions, so that
pn.extension(inline=True) does NOT work (because CDN of an extension, but pn.config.inline=True does.

Partial problem reported here: holoviz/panel#5479

Before updating panel to the newest version, make sure to figure out all the new bugs and report them and wait until they are fixed.

Once this is done, proceed with update:

  • Ace is CodeEditor in the new version
  • switch from bokeh DataFrame widget to the more fancy tabulator widget (if it works offline)
  • style was renamed to styles
  • check out https://panel.holoviz.org/upgrade.html
@apirogov apirogov added the bug Something isn't working label Sep 6, 2023
@github-actions github-actions bot added the triage Freshly opened or reopened issue label Sep 6, 2023
@apirogov apirogov removed the triage Freshly opened or reopened issue label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant