From 9fc35db66209d0b616c3e93ff2b5010dad5dcc7b Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:15:44 -0800 Subject: [PATCH] Add Edge, remove IE 11 --- docs/source/getting_started/installation.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index 3cb9de0eae45..5189e6a09079 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -106,15 +106,10 @@ The latest versions of the following browsers are currently known to work: - Firefox - Chrome - Safari +- Edge Earlier browser versions may also work, but come with no guarantees. -JupyterLab uses CSS Variables for styling, which is one reason for the -minimum versions listed above. IE 11+ or Edge 14 do not support -CSS Variables, and are not directly supported at this time. -A tool like `postcss `__ can be used to convert the CSS files in the -``jupyterlab/build`` directory manually if desired. - Installation problems ---------------------