2

As I learned here, there is an extension for the IPython notebook, that lets you specify the number of lines that are plotted before enabling scroll bars on the output cell. This does not work for Pandas data frames, because the div inside the .output_subarea has the style

max-height:1000px;max-width:1500px;overflow:auto;

even if I set the AutoScrollLimit to no-scroll. How to plot the data frames always without scroll bars?

1 Answer 1

3

This was changed for 0.16.2, see here

For ipython >= 3.0.0 will now use the notebook display controls

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.