Skip to content

Files

Latest commit

bbe6761 · Apr 28, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 6, 2024
Oct 9, 2024
Oct 1, 2024
Apr 28, 2025
Oct 28, 2024
Dec 17, 2024
Nov 6, 2024
Aug 22, 2022
Nov 2, 2023

Weave Examples

Examples structure

The examples/ folder contains:

  • get_started.ipynb: a quick interactive notebook overview of Weave
  • getting_started: Learn how to build interactive data applications
  • reference: Syntax and usage for Weave types, ops, and panels
  • monitoring: Examples and documentation for LLM monitoring
  • experimental: Everything else, ranging from focused proofs-of-concept to very experimental works-in-progress—we hope these inspire your exploration and welcome PRs for improvement!
  • apps: Example applications
  • guides (future): Guides to use specific features for advanced users

Running examples

Locally with Jupyter notebook

Run jupyter notebook or jupyter lab in the root directory examples, and then use the Jupyter browser to find and open.

Google Colab

Run the same code in a Google Colab, making sure to install Weave from PyPi first with !pip install weave.

Colabs to get started:

Recommended examples

Get started

LLM Monitoring

Weave fundamentals

Build interactive Weave Boards

Explore the Ecosystem