To disable code capture, use one of the following methods:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2661.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- During W&B Weave client initialization, set
capture_codetoFalse:weave.init("entity/project", settings={"capture_code": False}). - Set the environment variable
WEAVE_CAPTURE_CODE=false.
Code Capture