Skip to content

Commit acfc227

Browse files
committed
Update binder to JupyterLab 3
1 parent d2babc4 commit acfc227

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

binder/environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
- opencv
99
- python >=3.6,<3.9.0a0
10-
- jupyterlab >=2.1.1,<2.2
10+
- jupyterlab >=3.2.9,<3.3
1111
- nodejs >=14,<15
1212
- geckodriver >=0.26.0,<0.27.0
1313
- pip
@@ -17,11 +17,12 @@ dependencies:
1717
- requests==2.22.0
1818
- RESTinstance==1.0.2
1919
- rise==5.6.1
20-
- robotframework==4.0.1
20+
- robotframework==5.0
2121
- robotframework-faker==5.0.0
2222
- robotframework-seleniumlibrary==5.1.3
2323
- robotframework-seleniumscreenshots==0.9.5
2424
- selenium==3.141.0
2525
- urllib3==1.25.3
26-
- jupyter-starters==0.3.0a0
26+
- jupyter-starters==1.1.0
27+
- jupyterlab-widgets==1.0.2
2728
- jupyterlab-robotmode

binder/postBuild

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ pip install -e . -vv
44
python -m robotkernel.install --sys-prefix
55
jupyter serverextension enable --sys-prefix --py jupyter_starters
66

7-
jupyter labextension install --no-build \
8-
@deathbeds/jupyterlab-starters@0.3.0-a0 \
9-
@jupyter-widgets/jupyterlab-manager
10-
117
jupyter lab build --minimize=False --debug
128

139
jupyter labextension list

0 commit comments

Comments
 (0)