Skip to content

Commit 6f64da4

Browse files
authored
Merge pull request #36 from fcollonval/fcollonval-patch-1
Switch from `notebook` to `jupyter_server`
2 parents a38b622 + 3e6d7e4 commit 6f64da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyterlab_snippets/handlers.py

+2-2
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)