File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4840sum(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"
You can’t perform that action at this time.
0 commit comments