Skip to content

Commit c2213cc

Browse files
authored
Correct load_jupyter_server_extension entry point
1 parent 6553035 commit c2213cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/server-extension/jlab_ext_example/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def _jupyter_server_extension_points():
2020
return [{"module": "jlab_ext_example"}]
2121

2222

23-
def load_jupyter_server_extension(lab_app):
23+
def _load_jupyter_server_extension(lab_app):
2424
"""Registers the API handler to receive HTTP requests from the frontend extension.
2525
Parameters
2626
----------

0 commit comments

Comments
 (0)