pandas table overflow
chenboshuo opened this issue · 3 comments
chenboshuo commented
akhmerov commented
Can you please provide a minimal reproducible example (what to put in conf.py and into the document)?
ryandvmartin commented
We resolved this issue by adding the following css to our _static/custom.css
div.jupyter_container .output {
overflow-x: auto;
}