File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- .quarto /
2- site /
1+ site /
2+ / .quarto /
Original file line number Diff line number Diff line change 11# ⚡ Jupytext ⚡
22
3- This are the slides for my lightning talk at PyData London - 8 June 2025.
3+ These are the slides for my lightning talk at PyData London - 8 June 2025.
44
5- View the slides online at https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk , or compile them locally with ` quarto publish ` .
5+ View the slides online at https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk , or compile them locally with ` quarto render ` .
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def f(x):
3838
3939::: {.callout-tip}
4040- Text notebooks can have metadata (but no outputs)
41- - Multiline comments also works for Markdown
41+ - Markdown cells can be either commented text or multiline strings
4242:::
4343
4444## Why text notebooks?
@@ -116,7 +116,7 @@ Open existing text notebooks with a right click^[run `jupytext-config set-defaul
116116- Announced 6 years ago (MIT license)
117117- 30+ programming languages supported
118118- 98 contributors
119- - 6. 874 GitHub stars
119+ - 6, 874 GitHub stars
120120- 1.3M downloads/month on PyPI
121121
122122## Compatibility
@@ -125,7 +125,7 @@ Jupytext is compatible with the following stacks
125125
126126- Jupyter Lab, Notebook, Hub etc.
127127- Jupyter Book and especially MyST Markdown
128- - VS Code: ` # %% ` scripts (community extension)
128+ - VS Code: ` # %% ` scripts, sync through plugin
129129- Spyder, VIM (plugin), any editor
130130- Quarto (` .qmd ` ) and RStudio (` .Rmd ` ), Pandoc
131- - pre-commit
131+ - pre-commit framework, and more generally code QA tools
You can’t perform that action at this time.
0 commit comments