Skip to content

Instantly share code, notes, and snippets.

@hiramekun
Last active August 12, 2018 16:36
Show Gist options
  • Save hiramekun/b296ad97cd95780de196af206e99281a to your computer and use it in GitHub Desktop.
Save hiramekun/b296ad97cd95780de196af206e99281a to your computer and use it in GitHub Desktop.
pythonでjupyter notebookを使う際に記述すると見やすくなるおまじない
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment