skills/smithery.ai/trulens-notebook-execution

trulens-notebook-execution

Installation
SKILL.md

TruLens Notebook Execution

Execute Jupyter notebooks, display progress to the user, and handle API key requirements.

When to Use This Skill

Use this skill when:

  • Running TruLens quickstart or example notebooks
  • Demonstrating TruLens functionality via notebooks
  • Testing notebook examples end-to-end
  • User asks to "run the notebook" or "execute the notebook"

Execution Method

Always use jupyter nbconvert --execute to run notebooks. This:

  • Maintains state across cells (variables persist)
  • Captures all output properly
  • Handles async operations correctly
  • Works with OTEL tracing
Installs
2
First Seen
Mar 28, 2026
trulens-notebook-execution from smithery.ai