diff --git a/notebook_shim/__init__.py b/notebook_shim/__init__.py index 14816e1..a87fd8d 100644 --- a/notebook_shim/__init__.py +++ b/notebook_shim/__init__.py @@ -1,4 +1,4 @@ -def _jupyter_server_extension_paths(): +def _jupyter_server_extension_points(): return [ { 'module': 'notebook_shim.nbserver',