diff --git a/tljh/installer.py b/tljh/installer.py index d17e296..ee5efe2 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -67,7 +67,9 @@ with open('/etc/sudoers.d/jupyterhub-admins', 'w') as f: conda.ensure_conda_env(USER_ENV_PREFIX) conda.ensure_conda_packages(USER_ENV_PREFIX, [ 'jupyterhub==0.9.0', - 'notebook==5.5.0' + 'notebook==5.5.0', + 'jupyterlab==0.32.1', + 'conda==4.5.4' ]) systemd.reload_daemon() systemd.start_service('configurable-http-proxy')