mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 22:42:57 +00:00
Use correct ServerApp options in examples and tests (#1947)
This commit is contained in:
@@ -45,7 +45,6 @@ def test_start_notebook(
|
||||
running_container = container.run_detached(
|
||||
tty=True,
|
||||
environment=env,
|
||||
command=["start-notebook.sh"],
|
||||
ports={"8888/tcp": host_port},
|
||||
)
|
||||
# sleeping some time to let the server start
|
||||
|
Reference in New Issue
Block a user