Skip to content

Commit a1bc92a

Browse files
committed
turn on jupyter lite
1 parent e293ff7 commit a1bc92a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

notebooks/myst.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See docs at: https://mystmd.org/guide/frontmatter
22
version: 1
33
project:
4-
title: flotpython - examples
4+
title: flotpython - examples with jupyterlite
55
# I suspect the intention was maybe to use this for the title tooltip ?
66
# in any case as of now 2024 june the title is used for the tooltip too (a bit silly)
77
# and I can't see where this is used
@@ -13,17 +13,18 @@ project:
1313
# would be nice if it could be limited to the cover page
1414
authors:
1515
- Thierry Parmentelat
16-
date: 2025-06-15
16+
date: 2025-11-13
1717
github: https://github.com/flotpython/jupyterlab-examples
1818
keywords:
1919
- notebooks
2020
- MyST
2121
- Jupyter
22-
# bibliography: []
22+
- jupyterlite
23+
# bibliography: []
2324
settings:
2425
output_matplotlib_strings: warn
25-
# jupyter:
26-
# lite: true
26+
jupyter:
27+
lite: true
2728

2829
site:
2930
#template: book-theme
@@ -32,7 +33,7 @@ site:
3233
# template: https://github.com/myst-templates/book-theme/archive/de4c1e9c09c6cd12fc529c1f22e8abf8e7f35381.zip
3334

3435
# used in the tab name
35-
title: jlab-examples
36+
title: jlab examples jlite
3637
# this would be for the horizontal header bar - not used here (yet)
3738
# nav: []
3839
# actions:
@@ -46,6 +47,7 @@ site:
4647
logo_text: "flotpython: jlab examples"
4748
style: "_static/style.css"
4849
folders: true
50+
logo_text: With jupyter.lite = true
4951

5052
extends:
5153
- myst-toc.yml

0 commit comments

Comments
 (0)