Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Add root_dir config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 29, 2021
1 parent 79a300c commit 8f5df9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui-tests/test/jupyter_server_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
from tempfile import mkdtemp

c.ServerApp.port = 8888
c.ServerApp.port_retries = 0
c.ServerApp.open_browser = False

c.ServerApp.root_dir = mkdtemp(prefix="galata-test-")
c.ServerApp.token = ""
c.ServerApp.password = ""
c.ServerApp.disable_check_xsrf = True
c.ServerApp.open_browser = False
c.RetroApp.expose_app_in_browser = True

0 comments on commit 8f5df9c

Please sign in to comment.