We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2306b3 commit e3e71e3Copy full SHA for e3e71e3
tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py
@@ -29,10 +29,8 @@
29
"jupyter-octave-python-math": re.compile(r"/api/contents"), # old way
30
}
31
32
-_DEFAULT_TAB_TO_WAIT_FOR: Final[str] = "README.md"
33
-_SERVICE_NAME_TAB_TO_WAIT_FOR: Final[dict[str, str]] = {
34
- "jupyter-ml-pytorch": "README.ipynb"
35
-}
+_DEFAULT_TAB_TO_WAIT_FOR: Final[str] = "README.ipynb"
+_SERVICE_NAME_TAB_TO_WAIT_FOR: Final[dict[str, str]] = {}
36
37
38
@dataclass
0 commit comments