Skip to content

Commit b95379b

Browse files
committed
docs(core): Add example notebooks
1 parent b6dd817 commit b95379b

File tree

3 files changed

+840
-2
lines changed

3 files changed

+840
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ A Rust-powered secure sandbox for multi-language code execution, leveraging WebA
1010
- 🔌 **Easy Integration**: Clean Python bindings for seamless integration with existing projects
1111
- 🎯 **AI-Optimized**: Runtime environment specifically optimized for AI applications
1212

13+
## 🔧 Requirements
14+
15+
- Python >= 3.8
16+
1317
## 🚀 Quick Start
1418

1519
### Installation
@@ -129,9 +133,10 @@ function message_handler(message_dict) {
129133
asyncio.run(main())
130134
```
131135

132-
## 🔧 Requirements
136+
## Examples
133137

134-
- Python >= 3.8
138+
- [Notebook-Qick Start](examples/notebook/lyric_quick_start.ipynb): A Jupyter notebook demonstrating how to use Lyric to execute Python and JavaScript code.
139+
- [Notebook-Sandbox Execution](examples/notebook/lyric_sandbox_verification.ipynb): A Jupyter notebook demonstrating how to use Lyric to execute Python and JavaScript code in a sandboxed environment.
135140

136141
## 🤝 Contributing
137142

0 commit comments

Comments
 (0)