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
Description of expected behavior and the observed behavior
No matter how I set justify, column labels do not change. This is happening in boh notebooks and navigators.
Complete, minimal, self-contained example code that reproduces the issue
importpandasaspdimportpanelaspndf=pd.DataFrame({"A": [100000000000000000,2,3], "B": [2,3,4]})
pn.pane.DataFrame(df, justify="left") # Here I would expect "A" and "B" appear at the left margin within its column space
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered:
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
Description of expected behavior and the observed behavior
No matter how I set
justify
, column labels do not change. This is happening in boh notebooks and navigators.Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: