The examples/
folder contains:
get_started.ipynb
: a quick interactive notebook overview of Weavegetting_started
: Learn how to build interactive data applicationsreference
: Syntax and usage for Weave types, ops, and panelsmonitoring
: Examples and documentation for LLM monitoringexperimental
: 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 applicationsguides (future)
: Guides to use specific features for advanced users
Run jupyter notebook
or jupyter lab
in the root directory examples
, and then use the Jupyter browser to find and open.
Run the same code in a Google Colab, making sure to install Weave from PyPi first with !pip install weave
.
Colabs to get started: