deathbeds / jupyterlab-starters

Starter notebooks and directories in JupyterLab
https://jupyterstarters.readthedocs.io
BSD 3-Clause "New" or "Revised" License
36 stars 8 forks source link

Update to JupyterLab 4 #97

Closed trungleduc closed 1 year ago

trungleduc commented 1 year ago

Elevator Pitch

@deathbeds/jupyterlab-starters and @deathbeds/jupyterlab-rjsf are very helpful libraries, since Jlab 4 is around the corner, I want to know if you have a time frame for alphas/betas version which are compatible with JLab 4

Motivation

We are using @deathbeds/jupyterlab-rjsf in our extension https://github.com/QuantStack/jupytercad, which is a JLab 4-only extension. It still works but causes a lot of trouble in resolving the dependencies.

Design Ideas

N/A

bollwyvl commented 1 year ago

Alas, I won't be doing any work against the alpha/beta/rc releases.

Ideally I'd be able to shed all of the custom stuff here, and reuse something from @.***/ui-components: SchemaForm` with a LabTheme and an easy to use, well-behaved set of styles. But that's not what we got.

When rjsf5 drops, I'll be doing a release, as I also use this downsteam in several places, but that effort will still be against 3.5.x, as 3.6rcX knowingly breaks other things, and I likely won't have time to support those issues.

On Wed, Jan 18, 2023, 04:12 Duc Trung Le @.***> wrote:

Elevator Pitch

@deathbeds/jupyterlab-starters and @deathbeds/jupyterlab-rjsf are very helpful libraries, since Jlab 4 is around the corner, I want to know if you have a time frame for alphas/betas version which are compatible with JLab 4 Motivation

We are using @deathbeds/jupyterlab-rjsf in our extension https://github.com/QuantStack/jupytercad, which is a JLab 4-only extension. It still works but causes a lot of trouble in resolving the dependencies. Design Ideas

N/A

— Reply to this email directly, view it on GitHub https://github.com/deathbeds/jupyterlab-starters/issues/97, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALCRG54R6SPPXRLRHVFEDWS66ZRANCNFSM6AAAAAAT64LXHI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

trungleduc commented 1 year ago

Thank you for the head-up!