Skip to content

Commit

Permalink
Support lab 4
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Jul 28, 2023
1 parent c9ead08 commit f38f629
Show file tree
Hide file tree
Showing 7 changed files with 3,679 additions and 3,472 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,20 @@ jobs:
matrix:
python-version: ["3.8", "3.11"]
jupyter_server-version: ["1", "2"]
jupyterlab-version: ["3"]
jupyterlab-version: ["3", "4"]
os: [ubuntu-22.04]
include:
- python-version: "3.11"
jupyter_server-version: "2"
jupyterlab-version: "3"
os: windows-2022
- python-version: "3.11"
jupyter_server-version: "2"
jupyterlab-version: "4"
os: windows-2022
exclude:
- jupyter_server-version: "1"
jupyterlab-version: "4"

runs-on: ${{ matrix.os }}
defaults:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ dmypy.json

# Cython debug symbols
cython_debug/
labextension/.yarn/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome! As a [Jupyter](https://jupyter.org) project, we follow the [Jupyter contributor guide](https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html).

To setup a local development environment and ru tests, see the small section in
To setup a local development environment and run tests, see the small section in
the README.md file.

## Local development setup
Expand Down
3 changes: 3 additions & 0 deletions labextension/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules
httpTimeout: 300000
npmRegistryServer: "https://registry.npmjs.org/"
13 changes: 5 additions & 8 deletions labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,15 @@
"deduplicate": "yarn-deduplicate -s fewer --fail"
},
"dependencies": {
"@jupyterlab/application": "^2.0 || ^3.0",
"@jupyterlab/launcher": "^2.0 || ^3.0"
},
"resolutions": {
"loader-utils": ">=2.0.3"
"@jupyterlab/application": "^2.0 || ^3.0 || ^4.0",
"@jupyterlab/launcher": "^2.0 || ^3.0 || ^4.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.4",
"@jupyterlab/builder": "^3.2.4 || ^4.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "~4.8.4",
"yarn-deduplicate": "^6.0.0",
"npm-run-all": "^4.1.5"
"yarn-deduplicate": "^6.0.0"
},
"jupyterlab": {
"extension": true,
Expand Down
Loading

0 comments on commit f38f629

Please sign in to comment.