Advanced scripting
Use RichFunctionView as an advanced UI editor to create a complex full-featured interface for your script.
It has all the features of the basic scripting. In addition, it allows you to:
Enhance inputs & outputs:
- Fold input categories
- Add complex validations
- Use custom inputs
- Visualize input dataframes
- Group outputs
Review historical script runs:
Upload external data:
Provide custom docs and export:
- Automatic script rerun
- Export results of script results.
- Add readme files
Ensure computations are correct
Use the RichFunctionView only when you are sure that the script works as expected. Features of the RichFunctionView affect GUI only and do not affect computations.
Enabling RichFunctionView UI editor
To enable RichFunctionView, add editor: Compute:RichFunctionViewEditor
tag
to your following code as it is shown:
- Result
- Python / R / Octave / Julia
- Javascript / NodeJS
Your script header
#editor: Compute:RichFunctionViewEditor
Your script header
//editor: Compute:RichFunctionViewEditor
Package dependency
The RichFunctionViewEditor
is a part of the Compute
package.
Ensure that the Compute
package is installed before working with RichFunctionViewEditor