Skip to content

Instantly share code, notes, and snippets.

@andmax
Created July 5, 2019 13:10
Show Gist options
  • Save andmax/86df1033934cb8b05aa61e9b50c47741 to your computer and use it in GitHub Desktop.
Save andmax/86df1033934cb8b05aa61e9b50c47741 to your computer and use it in GitHub Desktop.
Hint to have 100%-html-wide jupyter notebook cells
1- The problem is to have wide jupyter notebook cells
2- jupyter lab is not worth to replace jupyter notebook
3- Create this file:
~/.jupyter/custom/custom.css
4- Add this content:
.container {width:100% !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment