Skip to content

Commit

Permalink
Update JupyterLab CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Apr 2, 2021
1 parent 957c2e2 commit 4f8232c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4f8232c

Please sign in to comment.