Skip to content

Instantly share code, notes, and snippets.

@shreyaskarnik
Created February 19, 2018 03:46
Show Gist options
  • Save shreyaskarnik/73f58ede11326e65ac28af4ae31f72bf to your computer and use it in GitHub Desktop.
Save shreyaskarnik/73f58ede11326e65ac28af4ae31f72bf to your computer and use it in GitHub Desktop.
Custom Logo in Jupyter Notebook
#ipython_notebook {
height: 40px !important;
}
#ipython_notebook img{
display:block;
background: url(logo.png) no-repeat;
background-size: contain;
width: 233px;
height: 33px;
padding-left: 233px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment