Don't install GA!

At best, this will be for binder only, and we should figure out
other ways of turning this one on.
pull/42/head
yuvipanda 2017-07-28 20:02:55 -07:00
rodzic 4226d01368
commit 73284edae7
1 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -476,13 +476,9 @@ class PythonBuildPack(BuildPack):
notebook==5.0.0 \
jupyterhub==0.7.2 \
ipywidgets==6.0.0 \
jupyterlab==0.24.1 \
nbgoogleanalytics==0.1.0 && \
jupyterlab==0.24.1 && \
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter serverextension enable --py jupyterlab --sys-prefix && \
jupyter nbextension install --py nbgoogleanalytics --sys-prefix && \
jupyter nbextension enable --py nbgoogleanalytics --sys-prefix && \
jupyter serverextension enable --py nbgoogleanalytics --sys-prefix
jupyter serverextension enable --py jupyterlab --sys-prefix
"""
)
]