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 95c5c11 commit b9cb55eCopy full SHA for b9cb55e
nbclassic/tests/selenium/quick_selenium.py
@@ -6,7 +6,7 @@
6
from selenium.webdriver import Firefox
7
8
from nbclassic.tests.selenium.utils import Notebook
9
-from nbclassic.notebookapp import list_running_servers
+from jupyter_server.serverapp import list_running_servers
10
11
class NoServerError(Exception):
12
0 commit comments