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

Upgrade Jupyter Lab to version 3 #330

Closed
jitseniesen opened this issue Oct 29, 2020 · 3 comments · Fixed by #396
Closed

Upgrade Jupyter Lab to version 3 #330

jitseniesen opened this issue Oct 29, 2020 · 3 comments · Fixed by #396
Assignees
Milestone

Comments

@jitseniesen
Copy link
Member

Incorporate all changes to the Notebook example in Jupyter Lab version 2 in here where relevant.

This is also the proper fix for #319.

@jitseniesen
Copy link
Member Author

Jupyter Lab version 3 has just been released.

@jitseniesen
Copy link
Member Author

It looks like upgrading Jupyter Lab requires upgrading qt (see this comment and further), which is not possible with Spyder 4, so I am moving this to version 0.4 of the plugin which targets Spyder 5.

@jitseniesen jitseniesen modified the milestones: v0.3.2, v0.4 Jan 12, 2021
@jitseniesen jitseniesen modified the milestones: v0.4, v0.5 Apr 18, 2021
@jitseniesen jitseniesen changed the title Upgrade Jupyter Lab to version 2 Upgrade Jupyter Lab to version 3 Feb 9, 2023
@jitseniesen
Copy link
Member Author

Jupyter Notebook, which I previously thought was being discontinued, is planning to release version 7 based on Jupyter Lab.

I am going to see whether this plugin can be based on Jupyter Notebook, just like it did in version 0.2.x (and before) of the plugin. This would simplify the code and make it easier to maintain the plugin, especially if we can do this without writing any JavaScript. However, I am not sure it's possible to do all we want with this approach. Indeed, I decided against this in version 0.3 of the plugin, but with the upcoming release of Jupyter Notebook v7 I want to re-evaluate this decision.

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