Skip to content

Commit da99235

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent ee65eb8 commit da99235

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b833b467
1+
094a6d49

search.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"href": "slides.html#text-notebooks",
1212
"title": "",
1313
"section": "Text notebooks",
14-
"text": "Text notebooks\nContent is almost what you typed!\n# %% [markdown]\n# This is a markdown cell\n\n# %%\ndef f(x):\n return 3*x+1\n\n\n\n\n\n\n\nTip\n\n\n\nText notebooks can have metadata (but no outputs)\nMultiline comments also works for Markdown"
14+
"text": "Text notebooks\nContent is almost what you typed!\n# %% [markdown]\n# This is a markdown cell\n\n# %%\ndef f(x):\n return 3*x+1\n\n\n\n\n\n\n\nTip\n\n\n\nText notebooks can have metadata (but no outputs)\nMarkdown cells can be either commented text or multiline strings"
1515
},
1616
{
1717
"objectID": "slides.html#why-text-notebooks",
@@ -60,13 +60,13 @@
6060
"href": "slides.html#jupytext-stats",
6161
"title": "",
6262
"section": "Jupytext Stats",
63-
"text": "Jupytext Stats\n\nAnnounced 6 years ago (MIT license)\n30+ programming languages supported\n98 contributors\n6.874 GitHub stars\n1.3M downloads/month on PyPI"
63+
"text": "Jupytext Stats\n\nAnnounced 6 years ago (MIT license)\n30+ programming languages supported\n98 contributors\n6,874 GitHub stars\n1.3M downloads/month on PyPI"
6464
},
6565
{
6666
"objectID": "slides.html#compatibility",
6767
"href": "slides.html#compatibility",
6868
"title": "",
6969
"section": "Compatibility",
70-
"text": "Compatibility\nJupytext is compatible with the following stacks\n\nJupyter Lab, Notebook, Hub etc.\nJupyter Book and especially MyST Markdown\nVS Code: # %% scripts (community extension)\nSpyder, VIM (plugin), any editor\nQuarto (.qmd) and RStudio (.Rmd), Pandoc\npre-commit"
70+
"text": "Compatibility\nJupytext is compatible with the following stacks\n\nJupyter Lab, Notebook, Hub etc.\nJupyter Book and especially MyST Markdown\nVS Code: # %% scripts, sync through plugin\nSpyder, VIM (plugin), any editor\nQuarto (.qmd) and RStudio (.Rmd), Pandoc\npre-commit framework, and more generally code QA tools"
7171
}
7272
]

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk/slides.html</loc>
5-
<lastmod>2025-06-07T15:42:32.729Z</lastmod>
5+
<lastmod>2025-06-07T20:43:18.212Z</lastmod>
66
</url>
77
</urlset>

slides.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h2>Text notebooks</h2>
225225
<div class="callout-content">
226226
<ul>
227227
<li>Text notebooks can have metadata (but no outputs)</li>
228-
<li>Multiline comments also works for Markdown</li>
228+
<li>Markdown cells can be either commented text or multiline strings</li>
229229
</ul>
230230
</div>
231231
</div>
@@ -316,7 +316,7 @@ <h2>Jupytext Stats</h2>
316316
<li>Announced 6 years ago (MIT license)</li>
317317
<li>30+ programming languages supported</li>
318318
<li>98 contributors</li>
319-
<li>6.874 GitHub stars</li>
319+
<li>6,874 GitHub stars</li>
320320
<li>1.3M downloads/month on PyPI</li>
321321
</ul>
322322
</section>
@@ -326,10 +326,10 @@ <h2>Compatibility</h2>
326326
<ul>
327327
<li>Jupyter Lab, Notebook, Hub etc.</li>
328328
<li>Jupyter Book and especially MyST Markdown</li>
329-
<li>VS Code: <code># %%</code> scripts (community extension)</li>
329+
<li>VS Code: <code># %%</code> scripts, sync through plugin</li>
330330
<li>Spyder, VIM (plugin), any editor</li>
331331
<li>Quarto (<code>.qmd</code>) and RStudio (<code>.Rmd</code>), Pandoc</li>
332-
<li>pre-commit</li>
332+
<li>pre-commit framework, and more generally code QA tools</li>
333333
</ul>
334334

335335

0 commit comments

Comments
 (0)