Created
June 17, 2022 21:36
-
-
Save canimus/f0f52ac2b38b0d9f956ff7e08ab0e5d5 to your computer and use it in GitHub Desktop.
Allow full display of data frame in Jupyter Lab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from IPython.core.display import HTML | |
display(HTML("<style>pre { white-space: pre !important; }</style>")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment