Skip to content

Commit

Permalink
Replace _jupyter_server_extension_paths in apidocs
Browse files Browse the repository at this point in the history
Presumably this docs reference to `_jupyter_server_extension_paths` should be `_jupyter_server_extension_points`?
  • Loading branch information
manics authored Feb 12, 2024
1 parent 8c963a1 commit ca55c62
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 ca55c62

Please sign in to comment.