Skip to content

Commit f7b6081

Browse files
committed
Set jupyter logging level to warn
1 parent 2cc503e commit f7b6081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/jupyter/jupyter_notebook_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
c.NotebookApp.allow_origin = "*"
2424
c.NotebookApp.trust_xheaders = True
2525
c.MappingKernelManager.buffer_offline_messages = True
26-
# c.NotebookApp.log_level="WARN"
26+
c.Application.log_level = "WARN"
27+
c.NotebookApp.log_level = "WARN"
2728

2829
c.JupyterApp.answer_yes = True
2930

0 commit comments

Comments
 (0)