Merge pull request #81 from jupyter/ellisonbg-patch-2

Update virtualenv base to use jupyterlab 0.27
pull/86/head
Yuvi Panda 2017-09-27 12:30:07 -07:00 zatwierdzone przez GitHub
commit be3ca5802d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -503,7 +503,7 @@ class PythonBuildPack(BuildPack):
notebook==5.0.0 \
jupyterhub==${JUPYTERHUB_VERSION} \
ipywidgets==6.0.0 \
jupyterlab==0.24.1 && \
jupyterlab==0.27 && \
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter serverextension enable --py jupyterlab --sys-prefix
"""