Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 950 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 950 Bytes

AI tool use 🛠

These are examples of using AI that interact with external functions and services.

Tip

Submit a pull request to add an example!

Running examples

The requirements of each notebook are serialized in them as a top-level comment. Here are the steps to open an example notebook:

  1. Install marimo
  2. Install uv
  3. Open an example with marimo edit --sandbox <notebook.py>.

Tip

The --sandbox flag opens the notebook in an isolated virtual environment, automatically installing the notebook's dependencies 📦

You can also open notebooks without uv, with just marimo edit <notebook.py>; however, you'll need to install the requirements yourself.