-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Toggle Header in Edit page #1215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
notebook/templates/edit.html
Outdated
<span id="kernel_logo_widget"> | ||
{% block kernel_logo_widget %} | ||
<img class="current_kernel_logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/> | ||
{% endblock %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes here to the save widget shouldn't be needed, since they are all notebook-specific.
This will be good now. |
Great, thanks! It looks like you have a few extra commits that aren't part of this PR. Can you reset to the commit with the real changes here? There are a few ways to do this (rebase, reset). Since it looks like there are a few commits at the end you don't need, you can reset to the real changes with:
And then re-push, adding
|
I think this is good to merge! 👍 |
Terrific, thanks @Summersa! |
#1214 There is no function to hide the header in edit mode. Now I know my syntax is wrong. I couldn't find a way to do this from the edit page javascript file. If I could get some guidance and than I could write it properly. Right now I just put the javascript within the html edit file. Before: ...
jupyter#1214 There is no function to hide the header in edit mode. Now I know my syntax is wrong. I couldn't find a way to do this from the edit page javascript file. If I could get some guidance and than I could write it properly. Right now I just put the javascript within the html edit file. Before: ...
#1214
There is no function to hide the header in edit mode. Now I know my syntax is wrong. I couldn't find a way to do this from the edit page javascript file. If I could get some guidance and than I could write it properly. Right now I just put the javascript within the html edit file.
Before:


#After: