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 95d3b96 commit b3caa3cCopy full SHA for b3caa3c
jupyter_server/extension/utils.py
@@ -110,7 +110,7 @@ def validate_extension(name):
110
hook or metadata field.
111
An extension is valid if:
112
1) name is an importable Python package.
113
- 1) the package has a _jupyter_server_extension_paths function
+ 1) the package has a _jupyter_server_extension_points function
114
2) each extension path has a _load_jupyter_server_extension function
115
116
If this works, nothing should happen.
0 commit comments