kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #81 from jupyter/ellisonbg-patch-2
Update virtualenv base to use jupyterlab 0.27pull/86/head
commit
be3ca5802d
|
@ -503,7 +503,7 @@ class PythonBuildPack(BuildPack):
|
||||||
notebook==5.0.0 \
|
notebook==5.0.0 \
|
||||||
jupyterhub==${JUPYTERHUB_VERSION} \
|
jupyterhub==${JUPYTERHUB_VERSION} \
|
||||||
ipywidgets==6.0.0 \
|
ipywidgets==6.0.0 \
|
||||||
jupyterlab==0.24.1 && \
|
jupyterlab==0.27 && \
|
||||||
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
|
||||||
"""
|
"""
|
||||||
|
|
Ładowanie…
Reference in New Issue