projectrules.ai

panel-view-rules

VisualizationGUIPythonCSSPanel

Description

Rules for Panel views, specifying that Panel should be used for the visualization layer.

Globs

/**/*_view.py
---
description: Rules for Panel views, specifying that Panel should be used for the visualization layer.
globs: /**/*_view.py
---

- Use Panel to create the visualization layer and run the GUI.
- Views should consist of Panel objects.
- Panel objects can be styled with Python and CSS.
panel-view-rules