We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a55b1 commit a01154eCopy full SHA for a01154e
1 file changed
docs/tutorials/stock-analysis-copilot-vscode.md
@@ -143,6 +143,7 @@ Now you have a standalone Python file that you can continue working on or run an
143
**Why it happens**: The required package isn't installed in your Python environment
144
145
**Solution**: Install the missing package:
146
+
147
```bash
148
pip install yfinance
149
```
@@ -163,7 +164,7 @@ pip install yfinance
163
164
165
Congratulations! In this tutorial, you have:
166
-- ✅ Used the HoloViz Analysis Planner agent to design a data report
167
+- ✅ Used the HoloViz DataViz Architect agent to design a data report
168
- ✅ Implemented a complete stock analysis application
169
- ✅ Created interactive charts with hvPlot
170
- ✅ Built a multi-component report with Panel
0 commit comments