|
56 | 56 | <div class="slides"> |
57 | 57 | <!-- Title slide --> |
58 | 58 | <section> |
59 | | - <h1 class="r-fit-text">Build a Jupyter Book </br>with The Turing Way</h1> |
| 59 | + <h1 class="r-fit-text">Build a Jupyter Book <br>with The Turing Way</h1> |
60 | 60 | <img class="r-stretch" alt="Two smiling people, with outstretched arms, stand infront of banner text saying welcome! The text is sorrounded by marks implying lights and fireworks." src="static/bannerwelcome.svg"> |
61 | 61 | </section> |
62 | 62 | <!-- Early prompt to install, can be done during introduction slides --> |
63 | 63 | <section> |
64 | 64 | <h2>Installing Jupyter Book</h2> |
65 | 65 | <p><a target="_blank" href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p> |
66 | 66 | <img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg"> |
67 | | - </br> |
| 67 | + <br> |
68 | 68 | <i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i> |
69 | 69 | <pre><code data-trim class="language-shell"> |
70 | 70 | $ pip install "jupyter-book>=2.0.0a0" |
@@ -180,13 +180,13 @@ <h2>Jupyter Book</h2> |
180 | 180 | <div class="columns"> |
181 | 181 | <div class="column" style="width: 50%"> |
182 | 182 | <h4>Jupyter Book 1</h4> |
183 | | - MyST Parser</br> |
184 | | - Sphinx</br> |
| 183 | + MyST Parser<br> |
| 184 | + Sphinx<br> |
185 | 185 | <i class="fa-brands fa-python"></i> |
186 | 186 | </div> |
187 | 187 | <div class="column" style="width: 50%"> |
188 | 188 | <h4>Jupyter Book 2</h4> |
189 | | - mystmd</br> |
| 189 | + mystmd<br> |
190 | 190 | <i class="fa-brands fa-node"></i> |
191 | 191 | </div> |
192 | 192 | </div> |
@@ -217,7 +217,7 @@ <h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: |
217 | 217 | <h2>Installation</h2> |
218 | 218 | <p><a target="_blank" href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p> |
219 | 219 | <img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg"> |
220 | | - </br> |
| 220 | + <br> |
221 | 221 | <i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i> |
222 | 222 | <pre><code data-trim class="language-shell"> |
223 | 223 | $ pip install "jupyter-book>=2.0.0a0" |
@@ -250,7 +250,7 @@ <h2>Jupyter Book Fundamentals</h2> |
250 | 250 | <section> |
251 | 251 | <h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2> |
252 | 252 | <h2>More content</h2> |
253 | | - Lesson 3</br> |
| 253 | + Lesson 3<br> |
254 | 254 | Lesson 3.1 |
255 | 255 | </section> |
256 | 256 | <!-- BREAK --> |
@@ -303,9 +303,9 @@ <h2>Contributing to Jupyter Books</h2> |
303 | 303 | </section> |
304 | 304 | <section data-auto-animate> |
305 | 305 | <h2>Contributing to Jupyter Books</h2> |
306 | | - <i class="fa-solid fa-globe"></i><a target="_blank" href="https://mystmd.org/">mystmd.org</a></br> |
307 | | - <i class="fa-solid fa-book"></i><a target="_blank" href="https://mystmd.org/guide">mystmd.org/guide</a></br> |
308 | | - <i class="fa-brands fa-github"></i><a target="_blank" href="https://github.com/jupyter-book">github.com/jupyterbook</a></br> |
| 306 | + <i class="fa-solid fa-globe"></i><a target="_blank" href="https://mystmd.org/">mystmd.org</a><br> |
| 307 | + <i class="fa-solid fa-book"></i><a target="_blank" href="https://mystmd.org/guide">mystmd.org/guide</a><br> |
| 308 | + <i class="fa-brands fa-github"></i><a target="_blank" href="https://github.com/jupyter-book">github.com/jupyterbook</a><br> |
309 | 309 | <i class="fa-brands fa-discord"></i><a target="_blank" href="https://discord.mystmd.org/">discord.mystmd.org</a> |
310 | 310 | </section> |
311 | 311 | </section> |
@@ -372,9 +372,9 @@ <h3>Events and onboarding</h3> |
372 | 372 | <section> |
373 | 373 | <h2>More Jupyter Book 2 at JupyterCon</h2> |
374 | 374 | <a target="_blank" href="https://jupytercon2025.sched.com/event/28H3D/introducing-jupyter-book-2-next-generation-tools-for-creating-computational-narratives-chris-holdgraf-2i2c-rowan-cockett-curvenote">Introducing Jupyter Book 2: Next-generation Tools for Creating Computational Narratives</a> |
375 | | - </br> |
| 375 | + <br> |
376 | 376 | Tuesday 11:00 |
377 | | - </br> |
| 377 | + <br> |
378 | 378 | Pacific Room |
379 | 379 | </section> |
380 | 380 | <section> |
|
0 commit comments