|
28 | 28 | vertical-align: middle; |
29 | 29 | } |
30 | 30 | </style> |
31 | | - <link rel="stylesheet" href="index_files/libs/revealjs/dist/theme/quarto-ef63e0fcb4bebabd35bfeb936bb908a0.css"> |
| 31 | + <link rel="stylesheet" href="index_files/libs/revealjs/dist/theme/quarto-a8c51b41bbfb29a2b654e666259f0846.css"> |
32 | 32 | <link href="index_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css" rel="stylesheet"> |
33 | 33 | <link href="index_files/libs/revealjs/plugin/reveal-menu/menu.css" rel="stylesheet"> |
34 | 34 | <link href="index_files/libs/revealjs/plugin/reveal-menu/quarto-menu.css" rel="stylesheet"> |
|
132 | 132 | "selector": "[data-executable]" |
133 | 133 | } |
134 | 134 | </script> |
135 | | - <script src="https://unpkg.com/thebe@0.8.2/lib/index.js"></script> |
136 | | - <link rel="stylesheet" href="https://unpkg.com/thebe@0.8.2/lib/thebe.css"> |
137 | | - <script> |
138 | | - window.addEventListener('DOMContentLoaded', () => { |
139 | | - if (window.thebe) { |
140 | | - try { thebe.bootstrap(); } catch (e) { console.warn('Thebe bootstrap deferred', e); } |
141 | | - } |
142 | | - }); |
143 | | - </script> |
144 | 135 | </head> |
145 | 136 | <body class="quarto-dark"> |
146 | 137 | <div class="reveal"> |
@@ -170,11 +161,6 @@ <h1>Hello</h1> |
170 | 161 | <section id="live-cell-click-activate" class="title-slide slide level1 center"> |
171 | 162 | <h1>Live cell (click “Activate”)</h1> |
172 | 163 | <p>After the deck loads, hit <strong>Activate</strong> (Thebe) → Binder spins up a Julia kernel → run:</p> |
173 | | -<div id="4" class="cell" data-thebe="true" data-execution_count="1"> |
174 | | -<div class="cell-output cell-output-display" data-execution_count="1"> |
175 | | -<pre><code>(385, 120)</code></pre> |
176 | | -</div> |
177 | | -</div> |
178 | 164 | </section> |
179 | 165 | <section class="slide level2"> |
180 | 166 |
|
@@ -204,11 +190,6 @@ <h1>Activate Kernel (if needed)</h1> |
204 | 190 | <section id="your-package-hook-optional-live" class="title-slide slide level1 center"> |
205 | 191 | <h1>Your package hook (optional live)</h1> |
206 | 192 | <p>Uncomment and replace with your package to smoke-test imports.</p> |
207 | | -<div id="6" class="cell" data-thebe="true" data-execution_count="1"> |
208 | | -<div class="cell-output cell-output-display" data-execution_count="1"> |
209 | | -<pre><code>"ready"</code></pre> |
210 | | -</div> |
211 | | -</div> |
212 | 193 | </section> |
213 | 194 | <section class="slide level2"> |
214 | 195 |
|
|
0 commit comments