-
Notifications
You must be signed in to change notification settings - Fork 339
Dataframe generated in Jupyter notebook overlapping rander #1338
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
This error has already been raised before and it's related to the way cells are rendered in the html build. Can you use myst-nb instead of nbsphinx and let us know if the bug remains ? |
@12rambau We're seeing this behavior with sphinx-gallery, is there a known solution for that? |
@dopplershift or @Venkat-Rajgopal do you have a link to a live-site or rendered HTML docs where I could see this? It would be useful to see the actual behaviour and think about how this could/should be solved |
This was handled in pandas by overriding the |
Thank you for the fix. Can confirm that this is fixed now. 👍🏽 |
I have some code illustrations written in Jupyter notebook. Some parts of the notebook does not render correctly for eg this data frame here is overlapping.

It only renders when I use a
print
for theDataFrame
.Below are the configurations with
pydata_sphinx_theme
I am using.Extensions enabled in
conf.py
Any pointers what could be the issue here ? Thanks for looking into this.
The text was updated successfully, but these errors were encountered: