fix: small changes to improve reliability of getting started notebooks#989
Conversation
Signed-off-by: Bryan Bednarski <bbednarski@nvidia.com>
Signed-off-by: Bryan Bednarski <bbednarski@nvidia.com>
WalkthroughTwo example notebooks were updated: one refines a process-termination command to target only “nat serve” processes; the other adjusts a notebook prompt string to reference the column name "Revenue" explicitly. No structural or control-flow changes were introduced. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (2)**/*⚙️ CodeRabbit configuration file
Files:
examples/**/*⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/merge |
Description
fix: small changes to improve reliability of getting started notebooks
This PR tweaks a couple of cells in the getting started notebooks to prevent users from running into a couple of easily avoided runtime errors in notebooks 1 & 3. pkill improves reliability of closing the nat service after making the curl. 'Revenue' change reduces changes that agent will improperly parameterize data analysis tool call.
Closes
By Submitting this PR I confirm:
Summary by CodeRabbit
Bug Fixes
Documentation