Created
February 19, 2018 03:46
-
-
Save shreyaskarnik/73f58ede11326e65ac28af4ae31f72bf to your computer and use it in GitHub Desktop.
Custom Logo in Jupyter Notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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