Skip to content

Commit

Permalink
Fix binder integration (#146)
Browse files Browse the repository at this point in the history
* unpin some binder deps, source more from conda-forge for consistency

* more deps

* remove extra lab build

---------

Co-authored-by: Nicholas Bollweg <nick.bollweg@gmail.com>
  • Loading branch information
datakurre and bollwyvl committed Jul 24, 2023
1 parent 6e95c42 commit 8b49a75
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
38 changes: 20 additions & 18 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,26 @@ channels:
- nodefaults

dependencies:
- faker
- geckodriver
- ipywidgets
- jupyter-starters
- jupyterlab <4
- jupyterlab_robotmode
- matplotlib-base
- nodejs >=18,<19
- opencv
- python >=3.6,<3.9.0a0
- jupyterlab >=3.2.9,<3.3
- nodejs >=14,<15
- geckodriver >=0.26.0,<0.27.0
- pillow
- pip
- python =3.9
- requests
- restinstance
- rise
- robotframework
- robotframework-seleniumlibrary
- robotframework-seleniumscreenshots
- selenium
- urllib3
- wrapt
- pip:
- matplotlib==3.1.2
- pillow==7.1.2
- requests==2.22.0
- RESTinstance==1.0.2
- rise==5.6.1
- robotframework==6.1
- robotframework-faker==5.0.0
- robotframework-seleniumlibrary==6.1.0
- robotframework-seleniumscreenshots==0.9.5
- selenium==4.4.3
- urllib3==1.25.3
- jupyter-starters==1.1.0
- jupyterlab-widgets==1.0.2
- jupyterlab-robotmode
- robotframework-faker
7 changes: 3 additions & 4 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
#!/usr/bin/env bash
set -eux
pip install -e . -vv
python -m pip install -e . -vv
python -m robotkernel.install --sys-prefix
jupyter serverextension enable --sys-prefix --py jupyter_starters

jupyter lab build --minimize=False --debug
jupyter serverextension enable --sys-prefix --py jupyter_starters

jupyter labextension list

Expand Down

0 comments on commit 8b49a75

Please sign in to comment.