Skip to content

Commit

Permalink
Merge pull request #309 from yuvipanda/fix-binder
Browse files Browse the repository at this point in the history
Require at least v2 of jupyter-rsession-proxy
  • Loading branch information
cboettig authored Dec 16, 2021
2 parents d0df52b + af98839 commit f3f9caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_binder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "export PATH=${PATH}" >> ${WORKDIR}/.profile
su ${NB_USER}
cd ${WORKDIR}
python3 -m venv ${PYTHON_VENV_PATH}
pip3 install --no-cache-dir jupyter-rsession-proxy
pip3 install --no-cache-dir jupyter-rsession-proxy>=2.0 notebook jupyterlab

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

0 comments on commit f3f9caf

Please sign in to comment.