Skip to content

Commit a01154e

Browse files
fix
1 parent e7a55b1 commit a01154e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/tutorials/stock-analysis-copilot-vscode.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Now you have a standalone Python file that you can continue working on or run an
143143
**Why it happens**: The required package isn't installed in your Python environment
144144

145145
**Solution**: Install the missing package:
146+
146147
```bash
147148
pip install yfinance
148149
```
@@ -163,7 +164,7 @@ pip install yfinance
163164

164165
Congratulations! In this tutorial, you have:
165166

166-
- ✅ Used the HoloViz Analysis Planner agent to design a data report
167+
- ✅ Used the HoloViz DataViz Architect agent to design a data report
167168
- ✅ Implemented a complete stock analysis application
168169
- ✅ Created interactive charts with hvPlot
169170
- ✅ Built a multi-component report with Panel

0 commit comments

Comments
 (0)