> **Early Stage & Experimental** - This project is in early development and should be considered experimental.
# numbl Embed Example
This repository demonstrates how to embed interactive MATLAB scripts in Markdown files using [numbl-embed](https://github.com/flatironinstitute/numbl). When rendered on GitHub Pages, the embedded scripts become editable and executable directly in the browser via [numbl](https://numbl.org).
## Example
* **Rendered**: [example1](https://concept-collection.github.io/numbl-embed-example/example1)
* **Source**: [example1.md](https://raw.githubusercontent.com/concept-collection/numbl-embed-example/refs/heads/main/example1.md)
```markdown
This demonstrates how to embed numbl in a markdown file that can be rendered on GitHub pages.
```
It even works with plotting:
```markdown
This demonstrates how to embed numbl in a markdown file that can be rendered on GitHub pages.
```
You can also embed an interactive REPL with `mode="repl"`:
```markdown
```