nova-trame is a Python package for streamlining development of Trame applications used in the NOVA framework.
You can install this package directly with
pip install nova-trame
Once installed, you can check that it's working by running the widget gallery we use for visually testing components available through NOVA and Trame. We use Pixi internally and recommend it for running the gallery.
pixi install
pixi run app
A user guide, examples, and a full API for this package can be found at https://nova-application-development.readthedocs.io/en/stable/.
Developers: please read this document