-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add an option to disable the news / Notebook 7 migration banner #242
Comments
Agree - this is frustrating and confusing for our users of a JupyterHub cluster. |
I can work on this begin next week. |
See jupyter/notebook_shim#29 and #243 This feature can take some time as depends on a new |
I added this bit to #newsId {
display: none
} |
@RRosio thanks! which version of |
@santiagobasulto this will be available in the next release. I will try to cut one this week. |
@santiagobasulto nbclassic |
Thanks @echarles!!! |
My attempt to apply this config to a JupyterHub setup : lisds/lisds-images@4ced070 |
#215 introduced news / Notebook 7 migration banner. This a good informational feature for self-managed users but it presents problems in settings where user's environment is managed and updating something can lead to environment breaking or not working properly.
In Notebook 7 you can disable the banner display using show_banner trait (#6808). Making the same option available in nbclassic would solve the problem.
The text was updated successfully, but these errors were encountered: