Skip to content

Commit

Permalink
Update to jupyterlab 4.0.0a37 and notebook 7.0.0a17
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Mar 23, 2023
1 parent 81404b4 commit f4915d5
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ var/
# built labextension
tsconfig.tsbuildinfo
nbgrader/labextension/
# Yarn cache
.yarn/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
3 changes: 1 addition & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
nodeLinker: pnpm

nodeLinker: node-modules
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/tree": "^7.0.0-alpha.13",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/cells": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
"@jupyterlab/launcher": "^4.0.0-alpha.19",
"@jupyterlab/notebook": "^4.0.0-alpha.19",
"@jupyterlab/services": "^7.0.0-alpha.19",
"@jupyterlab/settingregistry": "^4.0.0-alpha.19"
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyter-notebook/tree": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/cells": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
"@jupyterlab/launcher": "^4.0.0-alpha.22",
"@jupyterlab/notebook": "^4.0.0-alpha.22",
"@jupyterlab/services": "^7.0.0-alpha.22",
"@jupyterlab/settingregistry": "^4.0.0-alpha.22"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.19",
"@jupyterlab/galata": "^5.0.0-alpha.19",
"@jupyterlab/builder": "^4.0.0-alpha.22",
"@jupyterlab/galata": "^5.0.0-alpha.22",
"@playwright/test": "^1.30.0",
"@types/codemirror": "^5.60.5",
"@typescript-eslint/eslint-plugin": "^4.8.1",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ dependencies = [
"jsonschema>=3",
"jupyter_client<8",
"jupyter_server>=2",
"jupyterlab>=4.0.0a34",
"jupyterlab>=4.0.0a37",
"jupyterlab_server",
"MarkupSafe<2.2.0",
"nbclient>=0.6.1",
"nbconvert>=6",
"notebook>=7.0.0a13",
"notebook>=7.0.0a17",
"python-dateutil>=2.8",
"rapidfuzz>=1.8",
"requests>=2.26",
Expand Down
2 changes: 0 additions & 2 deletions src/assignment_list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export class AssignmentListWidget extends Widget {
super();
this.app = app;

console.log('Initializing the assignments list widget');

var assignment_html = ([
'<div id="assignments" class="tab-pane">',
' <div id="assignments_toolbar" class="row list_toolbar">',
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter-notebook/application@npm:^7.0.0-alpha.13, @jupyter-notebook/application@npm:^7.0.0-alpha.17":
"@jupyter-notebook/application@npm:^7.0.0-alpha.17":
version: 7.0.0-alpha.17
resolution: "@jupyter-notebook/application@npm:7.0.0-alpha.17"
dependencies:
Expand All @@ -428,7 +428,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter-notebook/tree@npm:^7.0.0-alpha.13":
"@jupyter-notebook/tree@npm:^7.0.0-alpha.17":
version: 7.0.0-alpha.17
resolution: "@jupyter-notebook/tree@npm:7.0.0-alpha.17"
dependencies:
Expand Down Expand Up @@ -466,7 +466,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/application@npm:^4.0.0-alpha.19, @jupyterlab/application@npm:^4.0.0-alpha.22":
"@jupyterlab/application@npm:^4.0.0-alpha.22":
version: 4.0.0-alpha.22
resolution: "@jupyterlab/application@npm:4.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -494,7 +494,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/apputils@npm:^4.0.0-alpha.19, @jupyterlab/apputils@npm:^4.0.0-alpha.22":
"@jupyterlab/apputils@npm:^4.0.0-alpha.22":
version: 4.0.0-alpha.22
resolution: "@jupyterlab/apputils@npm:4.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -537,7 +537,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/builder@npm:^4.0.0-alpha.19":
"@jupyterlab/builder@npm:^4.0.0-alpha.22":
version: 4.0.0-alpha.22
resolution: "@jupyterlab/builder@npm:4.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -578,7 +578,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/cells@npm:^4.0.0-alpha.19, @jupyterlab/cells@npm:^4.0.0-alpha.22":
"@jupyterlab/cells@npm:^4.0.0-alpha.22":
version: 4.0.0-alpha.22
resolution: "@jupyterlab/cells@npm:4.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -678,7 +678,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/coreutils@npm:^6.0.0-alpha.19, @jupyterlab/coreutils@npm:^6.0.0-alpha.22":
"@jupyterlab/coreutils@npm:^6.0.0-alpha.22":
version: 6.0.0-alpha.22
resolution: "@jupyterlab/coreutils@npm:6.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -786,7 +786,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/galata@npm:^5.0.0-alpha.19":
"@jupyterlab/galata@npm:^5.0.0-alpha.22":
version: 5.0.0-alpha.22
resolution: "@jupyterlab/galata@npm:5.0.0-alpha.22"
dependencies:
Expand All @@ -812,7 +812,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/launcher@npm:^4.0.0-alpha.19":
"@jupyterlab/launcher@npm:^4.0.0-alpha.22":
version: 4.0.0-alpha.22
resolution: "@jupyterlab/launcher@npm:4.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -875,7 +875,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/notebook@npm:^4.0.0-alpha.19, @jupyterlab/notebook@npm:^4.0.0-alpha.22":
"@jupyterlab/notebook@npm:^4.0.0-alpha.22":
version: 4.0.0-alpha.22
resolution: "@jupyterlab/notebook@npm:4.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -976,7 +976,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/services@npm:^7.0.0-alpha.19, @jupyterlab/services@npm:^7.0.0-alpha.22":
"@jupyterlab/services@npm:^7.0.0-alpha.22":
version: 7.0.0-alpha.22
resolution: "@jupyterlab/services@npm:7.0.0-alpha.22"
dependencies:
Expand All @@ -995,7 +995,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/settingregistry@npm:^4.0.0-alpha.19, @jupyterlab/settingregistry@npm:^4.0.0-alpha.22":
"@jupyterlab/settingregistry@npm:^4.0.0-alpha.22":
version: 4.0.0-alpha.22
resolution: "@jupyterlab/settingregistry@npm:4.0.0-alpha.22"
dependencies:
Expand Down Expand Up @@ -5228,18 +5228,18 @@ __metadata:
version: 0.0.0-use.local
resolution: "nbgrader@workspace:."
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.13
"@jupyter-notebook/tree": ^7.0.0-alpha.13
"@jupyterlab/application": ^4.0.0-alpha.19
"@jupyterlab/apputils": ^4.0.0-alpha.19
"@jupyterlab/builder": ^4.0.0-alpha.19
"@jupyterlab/cells": ^4.0.0-alpha.19
"@jupyterlab/coreutils": ^6.0.0-alpha.19
"@jupyterlab/galata": ^5.0.0-alpha.19
"@jupyterlab/launcher": ^4.0.0-alpha.19
"@jupyterlab/notebook": ^4.0.0-alpha.19
"@jupyterlab/services": ^7.0.0-alpha.19
"@jupyterlab/settingregistry": ^4.0.0-alpha.19
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyter-notebook/tree": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/builder": ^4.0.0-alpha.22
"@jupyterlab/cells": ^4.0.0-alpha.22
"@jupyterlab/coreutils": ^6.0.0-alpha.22
"@jupyterlab/galata": ^5.0.0-alpha.22
"@jupyterlab/launcher": ^4.0.0-alpha.22
"@jupyterlab/notebook": ^4.0.0-alpha.22
"@jupyterlab/services": ^7.0.0-alpha.22
"@jupyterlab/settingregistry": ^4.0.0-alpha.22
"@playwright/test": ^1.30.0
"@types/codemirror": ^5.60.5
"@typescript-eslint/eslint-plugin": ^4.8.1
Expand Down

0 comments on commit f4915d5

Please sign in to comment.