kopia lustrzana https://github.com/jupyterhub/repo2docker
Upgrade to notebook 5.2.0
rodzic
d6a1b44e7b
commit
18bd34b0b0
|
@ -510,10 +510,10 @@ class PythonBuildPack(BuildPack):
|
|||
"${NB_USER}",
|
||||
r"""
|
||||
pip install --no-cache-dir \
|
||||
notebook==5.0.0 \
|
||||
notebook==5.2.0 \
|
||||
jupyterhub==${JUPYTERHUB_VERSION} \
|
||||
ipywidgets==6.0.0 \
|
||||
jupyterlab==0.27 && \
|
||||
jupyterlab==0.28 && \
|
||||
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
|
||||
jupyter serverextension enable --py jupyterlab --sys-prefix
|
||||
"""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- python==3.6.1
|
||||
- notebook==5.0.0
|
||||
- notebook==5.2.0
|
||||
- ipython==6.0.0
|
||||
- ipykernel==4.6.0
|
||||
- ipywidgets==6.0.0
|
||||
|
|
Ładowanie…
Reference in New Issue