Skip to content

Instantly share code, notes, and snippets.

@RodrigoCMoraes
Created December 19, 2018 13:11
Show Gist options
  • Save RodrigoCMoraes/bf85bd677de8fd5eb0e3c9d2966cd093 to your computer and use it in GitHub Desktop.
Save RodrigoCMoraes/bf85bd677de8fd5eb0e3c9d2966cd093 to your computer and use it in GitHub Desktop.
Enlarge jupyter notebook and ignore warnings
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:90% !important; }</style>"))
import warnings
warnings.filterwarnings('ignore')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment