Jeremy Tuloup
jtp.io
Jeremy Tuloup
@jtp.io
Technical Directory at QuantStack, Project Jupyter Core Developer & Distinguished Contributor - he / him - https://github.com/jtpio - jtp.io
By app do you mean JupyterLab Desktop?

If so, it unfortunately currently suffers from a lack of maintenance: github.com/jupyterlab/j...

So hopefully there will be a solution for this because JupyterLab Desktop definitely helps address the "Getting Started" usability issue you mentioned.
jupyterlab/jupyterlab-desktop
JupyterLab desktop application, based on Electron. - jupyterlab/jupyterlab-desktop
github.com
August 20, 2025 at 7:37 AM
Right, this has been indeed been discussed for a long time and keeps coming back: github.com/jupyterlab-c...

One challenge is also to agree on what needs to be included by default. And if some of these extensions are not official, how to make sure they get proper support and maintenance.
Host a JupyterLab metapackage · Issue #23 · jupyterlab-contrib/jupyterlab-contrib.github.io
Following the discussion at the JupyterLab dev meeting, @tonyfast proposed to maintain a JupyterLab metapackage in this organization. This is a great idea, now the question is which extensions shou...
github.com
August 20, 2025 at 7:21 AM
Thanks 👍

Do you think it would already be an improvement if JupyterLab shipped with a couple of useful extensions like LSP or code formatting? For example in a different metapackage.
August 20, 2025 at 6:24 AM
Indeed!

Although given the complexity dependency management, virtual environments, and all the different deployment scenarios, maybe a good starting point would be to explore this in an extension first.
August 19, 2025 at 7:07 PM
Reposted by Jeremy Tuloup
I just tried it.

The fact that "input" now works is a major, major game changer.

I just tried a few other things, and they all work perfectly -- certainly perfectly enough for my "Python for non-programmers" class.

Wow. Kudos to the entire Jupyter team. I'm so impressed and delighted.
June 13, 2025 at 11:36 AM
Great to hear!

Don't hesitate to report issues if you find any, or share ideas and feedback for future features. Thanks!
June 13, 2025 at 11:02 AM
If you would like to try the latest JupyterLab 4.4 release candidate and Jupyter Notebook 7.4 beta yourself:

➡️ pip install --pre jupyterlab notebook

Please feel free to report issues if you find any, thanks! 🙏
March 28, 2025 at 4:26 PM