jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
453 stars 167 forks source link

Update master to JupyterLab 4 examples #232

Closed fcollonval closed 1 year ago

fcollonval commented 1 year ago

Upgrade example for JupyterLab 4

Switch to extension template (https://github.com/jupyterlab/extension-examples/pull/229) Add notifications example (https://github.com/jupyterlab/extension-examples/pull/230) Add an example package for the use of metadata-form (https://github.com/jupyterlab/extension-examples/pull/208) Add codemirror extension example (https://github.com/jupyterlab/extension-examples/pull/231)

diegoPlain commented 1 year ago

Hi @fcollonval, I am using this repo for a couple of months now, and I would like to ask you if this PR is going forward, as right now it will fix the CI & repo, and allow the users to play with these examples.

Do you have any schedule in mind to approve it? Thanks in advance.

fcollonval commented 1 year ago

Hey @diegoPlain this PR will make the 4.0 branch the default main branch. So you can definitely work with the 4.0 branch for now (same if you want to push a PR).

I would like to get #226 done (this requires some upstream fix and a 3.6.x release) as it is a required step towards fixing the document example (failing on 4.0 too).

fcollonval commented 1 year ago

Remaining failures can finally be ignored and we can merge this...

ibdafna commented 1 year ago

Thank you for maintaining this repo ❤️