-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Replaced extension logo parameter with banner toggle #1231
Conversation
Thanks. Will this still print a blank line, or will it avoid printing at all (preferred)? |
I noticed a tiny it more whitespace than normal (i.e more than when you just enter I assume this odd effect happens when there is JS code 'displayed' even though nothing should be visible (including that slightly larger white gap). |
I'm not so worried about what happens if the |
No, it'll behave as now and just put that bit of whitespace above your figure. |
Ready to merge? |
Yup, I think so. |
Thanks! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This simple PR replaces the
logo
option of the notebook extension (which only toggled the logo) with abanner
switch with can suppress both the logo and the loading message. Addresses #1186.We'll need to mention the replacement of the
logo
parameter in the CHANGELOG but I don't think it is a big deal - the new behavior simply extends the old behavior and I don't think thelogo
parameter was used much anyway.