From 8c714578509e734ccb0d5c2746634ee02e4335de Mon Sep 17 00:00:00 2001 From: romainx Date: Mon, 22 Mar 2021 19:02:23 +0100 Subject: [PATCH] #1217: remove April from the deprecation notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156620d892..888ad2e310 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Following [Jupyter Notebook notice](https://github.com/jupyter/notebook#notice), This can be done by passing the environment variable `JUPYTER_ENABLE_LAB=yes` at container startup, more information is available in the [documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#docker-options). -In April 2021 JupyterLab will become the default for all of the Jupyter Docker stack images, however a new environment variable will be introduced to switch back to Jupyter Notebook if needed. +At some point, JupyterLab will become the default for all of the Jupyter Docker stack images, however a new environment variable will be introduced to switch back to Jupyter Notebook if needed. After the change of default, and according to the Jupyter Notebook project status and its compatibility with JupyterLab, these Docker images may remove the classic Jupyter Notebook interface altogether in favor of another *classic-like* UI built atop JupyterLab.