You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -189,10 +191,6 @@ For other MCP-compatible clients, use the standard MCP configuration:
189
191
-`clicks` (int): Number of times button has been clicked
190
192
- And many more...
191
193
192
-
**Ask:***"How do I create a dashboard with sliders and plots?"*
193
-
194
-
**AI Response:** Provides complete code examples with proper Panel layout structure and component integration.
195
-
196
194
</details>
197
195
198
196
<details>
@@ -209,23 +207,23 @@ For other MCP-compatible clients, use the standard MCP configuration:
209
207
</details>
210
208
211
209
<details>
212
-
<summary><b>🚀 Building Applications</b></summary>
210
+
<summary><b>🚀 Building Tools, Dashboards and Applications</b></summary>
213
211
214
-
**Ask:***"How do I build a data dashboard with Panel?"*
212
+
**Ask:***"How do I build a minimal, Hello World data dashboard with Panel?"*
215
213
216
-
**AI Response:** Provides complete application architecture with layout components, data connections, and interactive widgets. Includes code for multi-page dashboards with navigation and state management.
214
+
**AI Response:** Provides basic application architecture with layout components, data connections, and interactive widgets.
217
215
218
-
**Ask:***"Create a web application for data analysis"*
216
+
**Ask:***"How do I create a minimal, dashboard with Panel Material UI sliders and plots?"*
219
217
220
-
**AI Response:**Delivers full application templates with file upload, data processing, visualization, and export functionality using Panel's serve capabilities.
218
+
**AI Response:**Provides complete code examples with proper Panel layout structure and Panel Material UI component integration.
221
219
222
-
**Ask:***"How do I deploy a Panel application?"*
220
+
**Ask:***"Build a sales dashboard for data analysis using Panel Material UI components. Follow the Panel and Panel Material UI best practices. Create tests and make sure issues are identified and fixed."*
223
221
224
-
**AI Response:**Offers deployment strategies for various platforms (Heroku, AWS, local server) with configuration examples and best practices for production environments.
222
+
**AI Response:**Provides code for interactive tools with dynamic filtering, real-time updates, and responsive layouts that work across devices.
225
223
226
-
**Ask:***"Build a tool for interactive data exploration"*
224
+
**Ask:***"How do I deploy a Panel application?"*
227
225
228
-
**AI Response:**Provides code for interactive tools with dynamic filtering, real-time updates, and responsive layouts that work across devices.
226
+
**AI Response:**Offers deployment strategies for various platforms (Heroku, AWS, local server) with configuration examples and best practices for production environments.
229
227
230
228
</details>
231
229
@@ -426,3 +424,13 @@ We welcome contributions! Here's how to get started:
426
424
-**GitHub Actions** for CI/CD
427
425
428
426
Run `pixi run pre-commit-install` to set up code quality checks.
427
+
428
+
## Roadmap
429
+
430
+
-[ ] Provide Panel and Panel Material UI best practices for both "beginners" and "intermediate" users. Current ones are for "intermediate users".
431
+
-[ ] Find that "magic" prompt that makes the LLM run a development server with hot reload (`panel serve ... --dev`) while developing. Would make things more engaging. I've tried a lot.
432
+
-[ ] Get [Panel #8018](https://github.com/holoviz/panel/issues/8018) fixed.
433
+
-[ ] Try out [Playwright MCP](https://github.com/microsoft/playwright-mcp). Its probably worth recommending for taking screenshots and interacting with the app in the browser.
434
+
-[ ] Provide reference guides for other HoloViz packages starting with hvPlot, param and HoloViews.
435
+
-[ ] Base index on latest released versions instead of latest code (`Head`).
0 commit comments