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

Jupyter Extension popup “Extension activation failed..." #247

Closed
ouliuquan opened this issue Dec 15, 2022 · 3 comments
Closed

Jupyter Extension popup “Extension activation failed..." #247

ouliuquan opened this issue Dec 15, 2022 · 3 comments

Comments

@ouliuquan
Copy link

Bug Description:

When I install the Jupyter, and open the .py file, TheiaBlueprint always show the error message, I had excluded others extensions, confirmation that all the version of jupyter will make the UI popup error.

Steps to Reproduce:

1.search Jupyter in Extension or download in open-vsx
2.open a Python file (*.py)
3.
image

Additional Information

  • Operating System:Windows 11, Python3.10.9
  • Theia Version:1.32.0
@vince-fugnitto
Copy link
Member

@ouliuquan thank you for reporting the issue.

I believe if you follow the notification and open the developer tools you'll see an error regarding notebook support as it is currently not implemented in the framework (eclipse-theia/theia#8395 (comment)).

@vince-fugnitto
Copy link
Member

In addition, there is no version of jupyter listed in the extensions-view given there is no compatible version, are you connected to the public instance https://open-vsx.org/, bumped the default api version or installed the extensions manually?

@ouliuquan
Copy link
Author

@vince-fugnitto First of all thank you very much for your help. Excuse me I'm so used to using API 1.75.0 that I didn't realize it. I did upgrade the API, and then I tried the official 1.32.0 (API 1.55.2), and this extension is indeed not recommended.

I am currently doing research on enabling theia to support Python-2021.4.765268190 (the last version without Pylance). I make a discussions on eclipse-theia/theia#11974, I have found that it can support up to this version without the Pylance, but I don't know why it rely on Jupyter, so I also make the open-vsx.org support full Jupyter's package EclipseFdn/publish-extensions#656.

For now, there are still 2 question:

Thanks for your guidance, I learned a lot

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

No branches or pull requests

2 participants