Skip to content

Commit 3e6d7e4

Browse files
authored
Switch from notebook to jupyter_server
1 parent a38b622 commit 3e6d7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyterlab_snippets/handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import tornado
44

5-
from notebook.base.handlers import APIHandler
6-
from notebook.utils import url_path_join
5+
from jupyter_server.base.handlers import APIHandler
6+
from jupyter_server.utils import url_path_join
77

88

99
class ListSnippets(APIHandler):

0 commit comments

Comments
 (0)