Add jupyterlab by default to the conda builder

pull/22/head
yuvipanda 2017-06-01 12:29:52 -07:00
rodzic fc5c2e81c2
commit e973230685
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -130,7 +130,7 @@ class CondaBuildPack(S2IBuildPack):
"""Build Pack for installing from a conda environment.yml using S2I"""
name = Unicode('conda')
build_image = Unicode('jupyterhub/singleuser-builder-conda:v0.2.0', config=True)
build_image = Unicode('jupyterhub/singleuser-builder-conda:v0.2.1', config=True)
def detect(self, workdir):
return os.path.exists(os.path.join(workdir, 'environment.yml'))

Wyświetl plik

@ -4,5 +4,6 @@ dependencies:
- ipython==6.0.0
- ipykernel==4.6.0
- ipywidgets==6.0.0
- jupyterlab==0.22.1
- pip:
- jupyterhub==0.7.2

Wyświetl plik

@ -1 +1 @@
v0.2.0
v0.2.1