Calculator Page Generator
Usage¶
- Change the values in example and run the code block to get scaffolding for calculator.
- Add calculation logic and publish.
Example
Say we wanted to create a Mile to Km calculator, then under #Example Usage
change as follows:
- title = "Miles to KM Converter"
- field_labels = ["Miles"]
- Run the code and then add conversion logic to the function: