Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix extension discovery warning #31

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

Zsailer
Copy link
Member

@Zsailer Zsailer commented Feb 8, 2024

This updates the extension point discovery method to eliminate warnings from Jupyter Server.

[W 2024-02-08 15:26:50.519 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.

```
[W 2024-02-08 15:26:50.519 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
```
Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio jtpio merged commit eb74857 into jupyter:main Feb 9, 2024
10 of 11 checks passed
@jtpio
Copy link
Member

jtpio commented Feb 9, 2024

Looks like this could be released in a 0.2.x patch release?

@Zsailer
Copy link
Member Author

Zsailer commented Feb 14, 2024

Yep!

@Zsailer
Copy link
Member Author

Zsailer commented Feb 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants