Skip to content

Commit

Permalink
docs(core): Add example notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Nov 4, 2024
1 parent b6dd817 commit b95379b
Show file tree
Hide file tree
Showing 3 changed files with 840 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ A Rust-powered secure sandbox for multi-language code execution, leveraging WebA
- 🔌 **Easy Integration**: Clean Python bindings for seamless integration with existing projects
- 🎯 **AI-Optimized**: Runtime environment specifically optimized for AI applications

## 🔧 Requirements

- Python >= 3.8

## 🚀 Quick Start

### Installation
Expand Down Expand Up @@ -129,9 +133,10 @@ function message_handler(message_dict) {
asyncio.run(main())
```

## 🔧 Requirements
## Examples

- Python >= 3.8
- [Notebook-Qick Start](examples/notebook/lyric_quick_start.ipynb): A Jupyter notebook demonstrating how to use Lyric to execute Python and JavaScript code.
- [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.

## 🤝 Contributing

Expand Down
Loading

0 comments on commit b95379b

Please sign in to comment.