-
Notifications
You must be signed in to change notification settings - Fork 339
Expand DataFrame Table Width #1017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What extension are you using to display notebooks in your documentation? |
In my
I think |
I've looked at your documentation and it seems that nbsphinx is a very bad neighbor as it's not injecting its CSS in the Could you try to add to your custom css: html div.rendered_html table {
display-table: auto;
} Other solution is to change the notebook rendering lib and use the one we use for this theme: myst_nbw |
With your guidance above, I ended up adding:
And that seemed to do the trick |
I'll try to add it in our css so that it works for everyone |
Thank you for providing this wonderful theme! While using it, I noticed that some of my Pandas DataFrames appear to be squished horizontally (i.e., the columns aren't being expanded):
The live example can be found here.
Is there a setting that I am missing that can help ensure that the DataFrames appear normally?
The text was updated successfully, but these errors were encountered: