Skip to content

Commit 04d2ee2

Browse files
committed
add show_banner to ignored_traits
1 parent a4618c3 commit 04d2ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook_shim/shim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def EXTAPP_TO_NBAPP_SHIM_MSG(trait_name, extapp_name): return (
102102

103103
# A tuple of traits that shouldn't be shimmed or throw any
104104
# warnings of any kind.
105-
IGNORED_TRAITS = ("open_browser", "log_level", "log_format", "default_url")
105+
IGNORED_TRAITS = ("open_browser", "log_level", "log_format", "default_url", "show_banner")
106106

107107

108108
class NotebookConfigShimMixin:

0 commit comments

Comments
 (0)