Upgrade to notebook 5.2.0

pull/99/head
Grant Nestor 2017-10-17 10:32:46 -07:00
rodzic d6a1b44e7b
commit 18bd34b0b0
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -510,10 +510,10 @@ class PythonBuildPack(BuildPack):
"${NB_USER}", "${NB_USER}",
r""" r"""
pip install --no-cache-dir \ pip install --no-cache-dir \
notebook==5.0.0 \ notebook==5.2.0 \
jupyterhub==${JUPYTERHUB_VERSION} \ jupyterhub==${JUPYTERHUB_VERSION} \
ipywidgets==6.0.0 \ ipywidgets==6.0.0 \
jupyterlab==0.27 && \ jupyterlab==0.28 && \
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \ jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter serverextension enable --py jupyterlab --sys-prefix jupyter serverextension enable --py jupyterlab --sys-prefix
""" """

Wyświetl plik

@ -1,6 +1,6 @@
dependencies: dependencies:
- python==3.6.1 - python==3.6.1
- notebook==5.0.0 - notebook==5.2.0
- ipython==6.0.0 - ipython==6.0.0
- ipykernel==4.6.0 - ipykernel==4.6.0
- ipywidgets==6.0.0 - ipywidgets==6.0.0