You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In panel
0.14
the issue appears to be touching (for what we use) justAce
(code editor), but in>1.0
it's actually worse - theinline=True
flag does not work for multiple things, includingFurthermore, apparently calling
pn.extension()
somehow manages to add unused extensions, so thatpn.extension(inline=True)
does NOT work (because CDN of an extension, butpn.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
isCodeEditor
in the new versionDataFrame
widget to the more fancytabulator
widget (if it works offline)style
was renamed tostyles
The text was updated successfully, but these errors were encountered: