7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
---
|
|
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. |