You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/getting-started.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,9 +422,15 @@ You have built a complete GDS specification for a thermostat system, progressing
422
422
423
423
From here, explore the [example models](../examples/index.md) or the [Rosetta Stone](rosetta-stone.md) guide to see the same system through different DSL lenses.
424
424
425
-
## Running Interactively
425
+
## Interactive Notebook
426
426
427
-
The guide includes a [marimo notebook](https://github.com/BlockScience/gds-core/blob/main/packages/gds-examples/guides/getting_started/notebook.py) for interactive exploration:
Copy file name to clipboardExpand all lines: docs/guides/rosetta-stone.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,9 +313,15 @@ from guides.rosetta.comparison import canonical_spectrum_table
313
313
print(canonical_spectrum_table())
314
314
```
315
315
316
-
## Running Interactively
316
+
## Interactive Notebook
317
317
318
-
The guide includes a [marimo notebook](https://github.com/BlockScience/gds-core/blob/main/packages/gds-examples/guides/rosetta/notebook.py) for interactive exploration with live Mermaid rendering and dropdown selectors:
Copy file name to clipboardExpand all lines: docs/guides/verification.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,9 +372,15 @@ for finding in report.findings:
372
372
print(f"{finding.check_id}: {finding.message}")
373
373
```
374
374
375
-
## Running Interactively
375
+
## Interactive Notebook
376
376
377
-
The guide includes a [marimo notebook](https://github.com/BlockScience/gds-core/blob/main/packages/gds-examples/guides/verification/notebook.py) with interactive dropdowns for selecting broken models and watching checks in real time:
# Paste into GitHub markdown, mermaid.live, or mo.mermaid()
204
204
```
205
205
206
-
## Running Interactively
206
+
## Interactive Notebook
207
207
208
-
The guide includes a [marimo notebook](https://github.com/BlockScience/gds-core/blob/main/packages/gds-examples/guides/visualization/notebook.py) with interactive dropdowns for selecting views, themes, and models:
0 commit comments