Higher-level Components¶
Edifice also provides a few higher level components that provide useful but non-core convenience features.
These components are written using the same API as all user programs;
after all, it’s important to dogfood your own library!
These components are not imported into the edifice
namespace.
To use them, you have to import the module from edifice.components
:
from edifice.components import plotting
Currently, only one higher-level component has been implemented, and one is planned. User contributions are of course welcome!
|
|
|
A simple Form element to allow editting values stored in a StateManager. |