-
Notifications
You must be signed in to change notification settings - Fork 10
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
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4471a65
upgrade to jupyterlab 4 and fix tests
isumitjha 1a42151
update yarn.lock
isumitjha 417731a
upgrade version in CI
isumitjha 0f8c48b
run ci on branch
isumitjha d8b41cc
fix ci
isumitjha 707e029
bump jlab in ci
isumitjha fd04aae
add .yarnrc.yml and .yarn to .gitignore
isumitjha 8992d9e
make ts pretty
isumitjha 0dfeb63
upgrade packages in package.json
isumitjha 9d3ca18
bump version in package.json
isumitjha 82571d7
bump jlab in pyproject
isumitjha 0d852c8
temp
isumitjha d99782c
Merge branch 'conda-incubator:main' into jlab4
isumitjha 33115b4
update dependencies and lock file
isumitjha 4f5237c
fix usage for mainmenu
isumitjha e0eea6f
remove tmate
isumitjha 950047a
Fix jest dependencies
isumitjha bcad71d
undo ci change to run on fork
isumitjha e8a69a4
update README to include jupyterlab 4
isumitjha 67eb1c4
Merge branch 'main' into jlab4
isumitjha 74b3415
Apply suggestions from code review
isumitjha c90c49b
update lock file and dont pin jlab
isumitjha f108158
unpin jlab4
isumitjha 493f4a2
update readme to include support for jlab>=4
isumitjha 37ae52b
unpin in workflows
isumitjha 3bde3e2
unpin from package.json
isumitjha c858388
bump react to 18
isumitjha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
enableImmutableInstalls: true | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[build-system] | ||
requires = ["hatchling", "jupyterlab<4", "hatch-nodejs-version"] | ||
requires = ["hatchling", "jupyterlab>4", "hatch-nodejs-version"] | ||
build-backend = "hatchling.build" | ||
|
||
[project] | ||
|
@@ -9,11 +9,11 @@ readme = "README.md" | |
license = { file = "LICENSE" } | ||
requires-python = ">=3.8" | ||
maintainers = [{ name = "Tania Allard", email = "[email protected]" }] | ||
keywords = ["Jupyter", "JupyterLab", "JupyterLab3", "conda", "environments"] | ||
keywords = ["Jupyter", "JupyterLab", "JupyterLab4", "conda", "environments"] | ||
classifiers = [ | ||
"Framework :: Jupyter", | ||
"Framework :: Jupyter :: JupyterLab", | ||
"Framework :: Jupyter :: JupyterLab :: 3", | ||
"Framework :: Jupyter :: JupyterLab :: 4", | ||
"Framework :: Jupyter :: JupyterLab :: Extensions", | ||
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt", | ||
"License :: OSI Approved :: BSD License", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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".