Skip to content

Instantly share code, notes, and snippets.

@mangangreg
Last active July 6, 2021 22:20
Show Gist options
  • Save mangangreg/c1f4ecae9c4c630b925d654252a859e4 to your computer and use it in GitHub Desktop.
Save mangangreg/c1f4ecae9c4c630b925d654252a859e4 to your computer and use it in GitHub Desktop.
Jupyter Wide (bookmarklet for widescreen jupyter)
javascript:(function(){ var style = document.createElement("style");document.head.appendChild(style);style.sheet.insertRule("#site .container {flex-grow:1;margin:15px;}");style.sheet.insertRule("#notebook, #texteditor-backdrop {display:flex;}");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment