Skip to content

Commit 9e910cf

Browse files
deploy: 96bd36d
1 parent 01aa9f8 commit 9e910cf

2 files changed

Lines changed: 9 additions & 20 deletions

File tree

showcase/index.html

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
vertical-align: middle;
2929
}
3030
</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">
3232
<link href="index_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css" rel="stylesheet">
3333
<link href="index_files/libs/revealjs/plugin/reveal-menu/menu.css" rel="stylesheet">
3434
<link href="index_files/libs/revealjs/plugin/reveal-menu/quarto-menu.css" rel="stylesheet">
@@ -132,15 +132,6 @@
132132
"selector": "[data-executable]"
133133
}
134134
</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>
144135
</head>
145136
<body class="quarto-dark">
146137
<div class="reveal">
@@ -170,11 +161,6 @@ <h1>Hello</h1>
170161
<section id="live-cell-click-activate" class="title-slide slide level1 center">
171162
<h1>Live cell (click “Activate”)</h1>
172163
<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>
178164
</section>
179165
<section class="slide level2">
180166

@@ -204,11 +190,6 @@ <h1>Activate Kernel (if needed)</h1>
204190
<section id="your-package-hook-optional-live" class="title-slide slide level1 center">
205191
<h1>Your package hook (optional live)</h1>
206192
<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>
212193
</section>
213194
<section class="slide level2">
214195

0 commit comments

Comments
 (0)