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.
notebook
jupyter_server
1 parent a38b622 commit 3e6d7e4Copy full SHA for 3e6d7e4
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