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
Add support for deploying HoloViz Panel applications (#709)
* Add support for deploying HoloViz Panel applications
This change adds support for deploying HoloViz Panel applications to Posit Connect.
Panel is a popular Python framework for creating interactive dashboards and data apps.
Changes include:
- Added PYTHON_PANEL app mode (mode 18) to models.py
- Added deploy and write-manifest commands for Panel apps in main.py
- Added comprehensive tests for Panel manifest and bundle creation
- Added test data files for Panel app testing
This requires Posit Connect release 2025.10.0 or later.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* formatting
* chores for adding panel app mode
* Update rsconnect/models.py
Co-authored-by: E. David Aja <[email protected]>
* Update docs/index.md
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: E. David Aja <[email protected]>
0 commit comments