We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a38b622 + 3e6d7e4 commit 6f64da4Copy full SHA for 6f64da4
jupyterlab_snippets/handlers.py
@@ -2,8 +2,8 @@
2
3
import tornado
4
5
-from notebook.base.handlers import APIHandler
6
-from notebook.utils import url_path_join
+from jupyter_server.base.handlers import APIHandler
+from jupyter_server.utils import url_path_join
7
8
9
class ListSnippets(APIHandler):
0 commit comments