Skip to content

Instantly share code, notes, and snippets.

@canimus
Created June 17, 2022 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canimus/f0f52ac2b38b0d9f956ff7e08ab0e5d5 to your computer and use it in GitHub Desktop.
Save canimus/f0f52ac2b38b0d9f956ff7e08ab0e5d5 to your computer and use it in GitHub Desktop.
Allow full display of data frame in Jupyter Lab
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