We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0df52b + af98839 commit f3f9cafCopy full SHA for f3f9caf
scripts/install_binder.sh
@@ -23,7 +23,7 @@ echo "export PATH=${PATH}" >> ${WORKDIR}/.profile
23
su ${NB_USER}
24
cd ${WORKDIR}
25
python3 -m venv ${PYTHON_VENV_PATH}
26
-pip3 install --no-cache-dir jupyter-rsession-proxy
+pip3 install --no-cache-dir jupyter-rsession-proxy>=2.0 notebook jupyterlab
27
28
R --quiet -e "devtools::install_github('IRkernel/IRkernel')"
29
R --quiet -e "IRkernel::installspec(prefix='${PYTHON_VENV_PATH}')"
0 commit comments