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

Add GitHub workflow to automatically update to newer JupyterLab versions #7271

Open
jtpio opened this issue Feb 23, 2024 · 1 comment
Open

Comments

@jtpio
Copy link
Member

jtpio commented Feb 23, 2024

To ease maintenance, it would be useful to have a script that checks what the latest version of JupyterLab is, and automatically opens a PR that bumps to the newer packages.

Some ideas and possible config options for that script:

  • run as a cron, and / or via a workflow dispatch on demand
  • support updating to a specific version, latest (stable) or next (pre-release)
  • this might also require being able to specify a branch, as multiple versions of notebook (stable and pre-release) can be developed at the same time

JupyterLab Desktop has something similar: jupyterlab/jupyterlab-desktop#311

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to issues that need triage label Feb 23, 2024
@jtpio
Copy link
Member Author

jtpio commented Feb 23, 2024

In some cases there is more work to do than just updating the versions (for example integrating some upstream plugins more natively in Notebook). But at least this script would help with the repetitive parts.

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