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 6553035 commit c2213ccCopy full SHA for c2213cc
advanced/server-extension/jlab_ext_example/__init__.py
@@ -20,7 +20,7 @@ def _jupyter_server_extension_points():
20
return [{"module": "jlab_ext_example"}]
21
22
23
-def load_jupyter_server_extension(lab_app):
+def _load_jupyter_server_extension(lab_app):
24
"""Registers the API handler to receive HTTP requests from the frontend extension.
25
Parameters
26
----------
0 commit comments