Skip to content

Commit

Permalink
Replace _jupyter_server_extension_paths in apidocs (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Feb 18, 2024
1 parent 95d3b96 commit b3caa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/extension/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def validate_extension(name):
hook or metadata field.
An extension is valid if:
1) name is an importable Python package.
1) the package has a _jupyter_server_extension_paths function
1) the package has a _jupyter_server_extension_points function
2) each extension path has a _load_jupyter_server_extension function
If this works, nothing should happen.
Expand Down

0 comments on commit b3caa3c

Please sign in to comment.