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 ---------------------