Skip to content

Commit

Permalink
Update jupyterlab CSS (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Mar 16, 2023
1 parent 51fdd3d commit 565f9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
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 = "3.1.11"
jupyterlab_css_version = "3.6.1"
jupyterlab_css_url = (
"https://unpkg.com/@jupyterlab/nbconvert-css@%s/style/index.css" % jupyterlab_css_version
)

jupyterlab_theme_light_version = "3.1.11"
jupyterlab_theme_light_version = "3.6.1"
jupyterlab_theme_light_url = (
"https://unpkg.com/@jupyterlab/theme-light-extension@%s/style/variables.css"
% jupyterlab_theme_light_version
)

jupyterlab_theme_dark_version = "3.1.11"
jupyterlab_theme_dark_version = "3.6.1"
jupyterlab_theme_dark_url = (
"https://unpkg.com/@jupyterlab/theme-dark-extension@%s/style/variables.css"
% jupyterlab_theme_dark_version
Expand Down

0 comments on commit 565f9a2

Please sign in to comment.