Skip to content

Commit 212407d

Browse files
authored
Merge pull request #87 from jtpio/lab3-final
Update to JupyterLab 3.0 final packages
2 parents ef90963 + b925167 commit 212407d

File tree

5 files changed

+310
-351
lines changed

5 files changed

+310
-351
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
architecture: 'x64'
2626

2727
- name: Install dependencies
28-
run: python -m pip install jupyterlab --pre
28+
run: python -m pip install jupyterlab~=3.0
2929

3030
- name: Install the extension
3131
run: |

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3
6-
- jupyterlab=2
7-
- jupyter_resource_usage=0.3.6
6+
- jupyterlab=3
7+
- jupyter_resource_usage=0.5.1
88
- nodejs

packages/labextension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"watch:labextension": "jupyter labextension watch ."
4646
},
4747
"dependencies": {
48-
"@jupyterlab/application": "^3.0.0-rc.10",
49-
"@jupyterlab/apputils": "^3.0.0-rc.10",
50-
"@jupyterlab/coreutils": "^5.0.0-rc.10",
51-
"@jupyterlab/services": "^6.0.0-rc.10",
52-
"@jupyterlab/statusbar": "^3.0.0-rc.10",
53-
"@jupyterlab/translation": "^3.0.0-rc.10",
48+
"@jupyterlab/application": "^3.0.0",
49+
"@jupyterlab/apputils": "^3.0.0",
50+
"@jupyterlab/coreutils": "^5.0.0",
51+
"@jupyterlab/services": "^6.0.0",
52+
"@jupyterlab/statusbar": "^3.0.0",
53+
"@jupyterlab/translation": "^3.0.0",
5454
"@lumino/polling": "^1.3.3",
5555
"typestyle": "^2.0.4"
5656
},
5757
"devDependencies": {
58-
"@jupyterlab/builder": "^3.0.0-rc.10",
58+
"@jupyterlab/builder": "^3.0.0",
5959
"@typescript-eslint/eslint-plugin": "^4.2.0",
6060
"@typescript-eslint/parser": "^4.2.0",
6161
"eslint": "^7.10.0",

0 commit comments

Comments
 (0)