Skip to content

Commit 850fe6a

Browse files
authored
Merge pull request #22 from the-turing-way/extra_details
Add extra Jupyter Book details
2 parents 863df28 + 80e956f commit 850fe6a

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

index.html

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,35 @@ <h2>Jupyter Book</h2>
248248
- Source is written in MyST Markdown (an extension of common mark) or Jupyter Notebook
249249
</aside>
250250
</section>
251+
<section data-auto-animate>
252+
<h2>Jupyter Book</h2>
253+
<h3>Superpowers</h3>
254+
<ul>
255+
<li>Simple to use, easy for <strong>users</strong> to extend</li>
256+
<li>
257+
Simple to use, easy for <strong>developers</strong> to extend
258+
</li>
259+
<li>
260+
Content that is <strong>canonical</strong> and
261+
<strong>machine readable</strong>
262+
</li>
263+
<li>
264+
Content that is <strong>modular</strong> and
265+
<strong>composable</strong>
266+
</li>
267+
<li><strong>Computation</strong> as a first-class citizen</li>
268+
<li>Led by an <strong>open community</strong></li>
269+
</ul>
270+
<!-- prettier-ignore -->
271+
<aside data-markdown class="notes">
272+
- Clear MyST Markdown syntax, based on Common mark with directives and roles
273+
- Manipulating AST lets you easily build new features (on top of built in)
274+
- Structured data, JSON describing the document semantics. Can easily be reused to build different outputs
275+
- Content "blocks" can be referenced and resused, even between projects
276+
- Computational content sits equally alongside prose
277+
- Open community, governance, roadmap
278+
</aside>
279+
</section>
251280
<section data-auto-animate>
252281
<h2>Jupyter Book</h2>
253282
<div class="columns">
@@ -320,7 +349,7 @@ <h4>Executing</h4>
320349
- Presenting research in a reproducible format
321350
</aside>
322351
</section>
323-
<section data-auto-animate>
352+
<section data-auto-animate data-visibility="hidden">
324353
<h2>Jupyter Book</h2>
325354
<h3>More features!</h3>
326355
<ul>
@@ -379,13 +408,13 @@ <h2>Jupyter Book</h2>
379408
<a href="https://doi.org/10.25080/hwcj9957" target="_blank"
380409
>doi: 10.25080/hwcj9957</a
381410
>
382-
</section>
383-
<!-- prettier-ignore -->
384-
<aside data-markdown class="notes">
411+
<!-- prettier-ignore -->
412+
<aside data-markdown class="notes">
385413
- Paper at SciPy 2025
386414
- First production release this week
387415
- Talk Tuesday at 11:00 introducing the new major version
388416
</aside>
417+
</section>
389418
</section>
390419
<!-- LISTENING: Introduction to The Turing Way -->
391420
<section>

0 commit comments

Comments
 (0)