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
bump jlab in pyproject
isumitjha committed Dec 27, 2023
commit 82571d70b58a2367df3c7d80f87b35a63c437f80
6 changes: 3 additions & 3 deletions pyproject.toml
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.0.9", "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",