mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
commit
2de6d1ac23
1 changed files with 2 additions and 2 deletions
|
@ -169,10 +169,10 @@ setup_source() {
|
|||
ynh_print_info "Installing JupyterLab..."
|
||||
|
||||
if [ "$src_id" = "arm" ]; then
|
||||
conda install jupyterlab=$jupyterlab_version notebook nodejs -y
|
||||
conda install jupyterlab=$jupyterlab_version notebook nodejs pyyaml -y
|
||||
pip install jupyterhub jupyterhub-ldapauthenticator
|
||||
else
|
||||
conda install -c conda-forge jupyterlab=$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator nodejs -y
|
||||
conda install -c conda-forge jupyterlab=$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator nodejs pyyaml -y
|
||||
fi
|
||||
|
||||
npm install -g configurable-http-proxy
|
||||
|
|
Loading…
Reference in a new issue