Skip to content

Commit 847b87c

Browse files
committed
Make extension compatible with jupyterlab 3 and 4
1 parent 5ced43e commit 847b87c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plotly==6.0.1
22
jupytext==1.16.4
3+
jupyter-client<7
34
jupyter
45
notebook
56
pandas==1.4.0
@@ -36,7 +37,7 @@ kaleido
3637
umap-learn==0.5.1
3738
pooch
3839
wget
39-
nbconvert>=6.4.4
40+
nbconvert==5.6.1
4041
orjson
4142
dash-bio
4243
jinja2<3.1

plotly/labextension/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plotly/labextension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@lumino/widgets": "~2.4.0"
1717
},
1818
"devDependencies": {
19-
"@jupyterlab/builder": "^4.3.6",
19+
"@jupyterlab/builder": "^4.3.6 || ^3.6.8",
2020
"@types/plotly.js": "^2.33.4",
2121
"esbuild": "^0.23.1",
2222
"typescript": "^5.6.2"

0 commit comments

Comments
 (0)