kopia lustrzana https://github.com/jupyterhub/repo2docker
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
rodzic
4226d01368
commit
73284edae7
|
@ -476,13 +476,9 @@ class PythonBuildPack(BuildPack):
|
||||||
notebook==5.0.0 \
|
notebook==5.0.0 \
|
||||||
jupyterhub==0.7.2 \
|
jupyterhub==0.7.2 \
|
||||||
ipywidgets==6.0.0 \
|
ipywidgets==6.0.0 \
|
||||||
jupyterlab==0.24.1 \
|
jupyterlab==0.24.1 && \
|
||||||
nbgoogleanalytics==0.1.0 && \
|
|
||||||
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
|
||||||
jupyter nbextension install --py nbgoogleanalytics --sys-prefix && \
|
|
||||||
jupyter nbextension enable --py nbgoogleanalytics --sys-prefix && \
|
|
||||||
jupyter serverextension enable --py nbgoogleanalytics --sys-prefix
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
Ładowanie…
Reference in New Issue