Skip to content

Instantly share code, notes, and snippets.

@trvrm
Created October 22, 2015 18:58
Show Gist options
  • Save trvrm/327540330710d35769c2 to your computer and use it in GitHub Desktop.
Save trvrm/327540330710d35769c2 to your computer and use it in GitHub Desktop.
/*
Some custom tweaks for IPython.
Put these in <profile directory>/static/custom/custom.css
*/
/*Make notebook use full width of widescreen monitor!*/
.container{
width: 100% !important;
}
/*Stop pandas DataFrames from using extra unnecessary scroll bars. */
div.output_area > div.output_subarea > div {
max-height: None !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment