Skip to content

Commit f3f9caf

Browse files
authored
Merge pull request #309 from yuvipanda/fix-binder
Require at least v2 of jupyter-rsession-proxy
2 parents d0df52b + af98839 commit f3f9caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_binder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "export PATH=${PATH}" >> ${WORKDIR}/.profile
2323
su ${NB_USER}
2424
cd ${WORKDIR}
2525
python3 -m venv ${PYTHON_VENV_PATH}
26-
pip3 install --no-cache-dir jupyter-rsession-proxy
26+
pip3 install --no-cache-dir jupyter-rsession-proxy>=2.0 notebook jupyterlab
2727

2828
R --quiet -e "devtools::install_github('IRkernel/IRkernel')"
2929
R --quiet -e "IRkernel::installspec(prefix='${PYTHON_VENV_PATH}')"

0 commit comments

Comments
 (0)