From e49b9a8a220c9f9f87c23764ea7b48eac4707937 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Sat, 3 Apr 2021 15:23:11 +0200 Subject: [PATCH] Update JupyterLab CSS (#1539) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 927c39201..968ad2ad6 100644 --- a/setup.py +++ b/setup.py @@ -46,13 +46,13 @@ notebook_css_version = '5.4.0' notebook_css_url = "https://cdn.jupyter.org/notebook/%s/style/style.min.css" % notebook_css_version -jupyterlab_css_version = '2.1.0' +jupyterlab_css_version = '3.0.7' jupyterlab_css_url = "https://unpkg.com/@jupyterlab/nbconvert-css@%s/style/index.css" % jupyterlab_css_version -jupyterlab_theme_light_version = '2.1.2' +jupyterlab_theme_light_version = '3.0.7' jupyterlab_theme_light_url = "https://unpkg.com/@jupyterlab/theme-light-extension@%s/style/variables.css" % jupyterlab_theme_light_version -jupyterlab_theme_dark_version = '2.1.2' +jupyterlab_theme_dark_version = '3.0.7' jupyterlab_theme_dark_url = "https://unpkg.com/@jupyterlab/theme-dark-extension@%s/style/variables.css" % jupyterlab_theme_dark_version template_css_urls = {