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 support for JupyterLab 4.x #34

Merged
merged 27 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4471a65
upgrade to jupyterlab 4 and fix tests
isumitjha Dec 27, 2023
1a42151
update yarn.lock
isumitjha Dec 27, 2023
417731a
upgrade version in CI
isumitjha Dec 27, 2023
0f8c48b
run ci on branch
isumitjha Dec 27, 2023
d8b41cc
fix ci
isumitjha Dec 27, 2023
707e029
bump jlab in ci
isumitjha Dec 27, 2023
fd04aae
add .yarnrc.yml and .yarn to .gitignore
isumitjha Dec 27, 2023
8992d9e
make ts pretty
isumitjha Dec 27, 2023
0dfeb63
upgrade packages in package.json
isumitjha Dec 27, 2023
9d3ca18
bump version in package.json
isumitjha Dec 27, 2023
82571d7
bump jlab in pyproject
isumitjha Dec 27, 2023
0d852c8
temp
isumitjha Dec 27, 2023
d99782c
Merge branch 'conda-incubator:main' into jlab4
isumitjha Jan 2, 2024
33115b4
update dependencies and lock file
isumitjha Jan 2, 2024
4f5237c
fix usage for mainmenu
isumitjha Jan 2, 2024
e0eea6f
remove tmate
isumitjha Jan 2, 2024
950047a
Fix jest dependencies
isumitjha Jan 2, 2024
bcad71d
undo ci change to run on fork
isumitjha Jan 2, 2024
e8a69a4
update README to include jupyterlab 4
isumitjha Jan 2, 2024
67eb1c4
Merge branch 'main' into jlab4
isumitjha Mar 3, 2024
74b3415
Apply suggestions from code review
isumitjha Mar 3, 2024
c90c49b
update lock file and dont pin jlab
isumitjha Mar 3, 2024
f108158
unpin jlab4
isumitjha Mar 3, 2024
493f4a2
update readme to include support for jlab>=4
isumitjha Mar 3, 2024
37ae52b
unpin in workflows
isumitjha Mar 3, 2024
3bde3e2
unpin from package.json
isumitjha Mar 3, 2024
c858388
bump react to 18
isumitjha Mar 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme to include support for jlab>=4
isumitjha committed Mar 3, 2024
commit 493f4a29c826e6db59b1d94058e5fd326682bcab
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -17,15 +17,15 @@
A JupyterLab extension for [conda-store][conda-store-repo].

> [!NOTE]
> Currently, this extension is only compatible with JupyterLab `>= 3.0 <= 4.0`.
> This extension is only compatible with JupyterLab `>= 4.0`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To maintainers: after releasing a new version I would update this to say something like "Version YYYY.MM.X+ is only compatible with JupyterLab `>= 4.0, use version YYYY.MM.Y for older JupyterLab".


## Installation 📦

### Pre-requisites

You will need to have [conda-store][conda-store-repo] installed and running on your local computer to use this extension. As well as:

- `JupyterLab >= 3.0 <= 4.0`
- `JupyterLab >= 4.0`
- Python `>= 3.8`

You can install the extension with pip: