Skip to content

Commit 4063fdc

Browse files
fix(showcase): remove Thebe script and update eval flags for code blocks
1 parent 9a2ec1e commit 4063fdc

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

docs/showcase/slides/index.qmd

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ include-in-header:
1717
"selector": "[data-executable]"
1818
}
1919
</script>
20-
<script src="https://unpkg.com/thebe@0.8.2/lib/index.js"></script>
21-
<link rel="stylesheet" href="https://unpkg.com/thebe@0.8.2/lib/thebe.css">
22-
<script>
23-
window.addEventListener('DOMContentLoaded', () => {
24-
if (window.thebe) {
25-
try { thebe.bootstrap(); } catch (e) { console.warn('Thebe bootstrap deferred', e); }
26-
}
27-
});
28-
</script>
2920
---
3021

3122
# Hello
@@ -44,6 +35,7 @@ After the deck loads, hit **Activate** (Thebe) → Binder spins up a Julia kerne
4435

4536
```{julia}
4637
#| thebe: true
38+
#| eval: false
4739
# Minimal "computation" to prove execution
4840
sum(i^2 for i in 1:10), prod(i for i in 1:5)
4941
```
@@ -74,6 +66,7 @@ Uncomment and replace with your package to smoke-test imports.
7466

7567
```{julia}
7668
#| thebe: true
69+
#| eval: false
7770
# using YourPackage
7871
# YourPackage.versioninfo()
7972
"ready"

0 commit comments

Comments
 (0)