Prompt example extracted from Anthropic Cookbook.
Output Handling **Remove extraneous output** with %%capture: - pip install logs (always suppress these) - Verbose debug statements - Lengthy stack traces (unless demonstrating error handling) **Show relevant output**: - API responses that demonstrate functionality - Examples of successful execution