Skip to content

Commit 5295657

Browse files
committed
Update notes with key points
1 parent cfd52e8 commit 5295657

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ <h4>Executing</h4>
145145
- Inline code using the `eval` role
146146
- Can execute at build time with a local Jupyter server and kernel
147147
- Can execute on the page by connecting to a Jupyter server and kernel (_e.g._ MyBinder)
148+
- Uses
149+
- Interactive demos for readers
150+
- Curating data stories
151+
- Presenting research in a reproducible format
148152
</aside>
149153
</section>
150154
<section>
@@ -156,9 +160,14 @@ <h3>More features!</h3>
156160
</ul>
157161
<aside data-markdown class="notes">
158162
- Powerful and flexible plugin system
163+
- Add custom functionality and helpers
164+
- Can be written in Python or JS
159165
- Reusable: content can be referenced or embedded from other Jupyter Books
166+
- Contribute to a network of books
167+
- Don't reinvent the wheel
160168
- Exports to HTML, PDF (LaTeX and Typst), word, JATS
161169
- Through intermediate AST
170+
- Suitable for websites, portable/printable documents, journals
162171
</aside>
163172
</section>
164173
<section>
@@ -179,6 +188,11 @@ <h4>Jupyter Book 2</h4>
179188
- History:
180189
- Jupyter Book 1, based on Sphinx documentation engine, supported MyST Markdown input through myst-parser
181190
- Jupyter Book 2, a distribution of MyST MD document engine
191+
- MyST
192+
- Generates AST from inputs
193+
- Versatile description of a document
194+
- Makes transformations easier (plugins), through manipulating AST
195+
- The option to support more output formats
182196
</aside>
183197
</section>
184198
</section>

0 commit comments

Comments
 (0)