diff --git a/src/_includes/content/description.vto b/src/_includes/content/description.vto index 148bae9..bf3a277 100644 --- a/src/_includes/content/description.vto +++ b/src/_includes/content/description.vto @@ -4,7 +4,7 @@ documenting some of our code using jupyter notebooks. In summary:
jupyter notebook
and you want to put it on a Lume
site, you need to convert it to a format Lume
knows about.jupyter notebook
and you want include the result on a Lume
site, you need to convert it to a format Lume
knows about.markdown
with jupyter nbconvert
. OI Lume charts
or parts of other pages using {{ "{{ includes }}" |> escape }}
tags, you need a .vento
(or .njk
) file.markdown
format to vento
, preserving things like front matter, and various HTML
tags. It adds {{ "" |> escape }}
tags to sentences and formats any code blocks correctly so that they can be styled using the prism
plugin.