Skip to content

Commit b2d3dab

Browse files
committed
Minor fixes
1 parent ed3bbda commit b2d3dab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.quarto/
2-
site/
1+
site/
2+
/.quarto/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

55
View the slides online at https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk, or compile them locally with `quarto publish`.

slides.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)