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

ExtensionManager's link_extension() is no longer in sync with nbclassic #65

Closed
athornton opened this issue Sep 16, 2021 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@athornton
Copy link
Contributor

Description

ExtensionManager's link_extension() changed its call signature, and nbclassic did not update to follow.

Reproduce

  1. Try to load an extension that loads via nbclassic in JupyterLab after
  2. [W 2021-09-16 17:55:20.931 SingleUserLabApp manager:349] link_extension() takes 2 positional arguments but 3 were given

Expected behavior

I expected the extension to load.

Context

  • JupyterLab version: 3.1.12

Solution

I fixed the method call in nbserver.py. CF #64

@athornton athornton added the bug Something isn't working label Sep 16, 2021
@welcome
Copy link

welcome bot commented Sep 16, 2021

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@athornton
Copy link
Contributor Author

Thanks to @ktlim for figuring out we were going through the nbclassic path and finding the commit where the ExtensionManager interface changed.

@Zsailer
Copy link
Member

Zsailer commented Sep 17, 2021

Fixed in #64 and released in 0.3.2.

@Zsailer Zsailer closed this as completed Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants