Is it possible to specify formats for data types from Python/JupyterLab? #1478
Unanswered
dhirschfeld
asked this question in
Q&A
Replies: 1 comment
-
I tried the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
...and if so how?
I'm particularly interested in how to specify the format of datetimes (xref: #1442):
I'd like to show it in iso-format with no time component - is my only option casting to string in Python with
strftime
before passing toperspective
?I'd also like to be able to configure displaying commas in large ints and including leading-zeros (fixed-width).
If this is possible I'd be happy to open a docs PR to give some examples for other users.
Beta Was this translation helpful? Give feedback.
All reactions