Skip to content

Commit

Permalink
disable notifications in ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Sep 8, 2023
1 parent d451aab commit bbd86cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
c.ServerApp.password = ""
c.ServerApp.disable_check_xsrf = True
c.ServerApp.open_browser = False
c.ServerApp.jpserver_extensions = { "@jupyterlab/apputils-extension:notification": True }
c.LabApp.open_browser = False
c.LabApp.expose_app_in_browser = True

0 comments on commit bbd86cd

Please sign in to comment.