Spotfire provides a very rudimentary Notepad-like environment to create IronPython scripts. There is no Development Environment (IDE) integrated into Spotfire that would support the user in developing the code.
If you start writing your code you always have to look up the details in the Spotfire API and .NET API, which is a very cumbersome task.
As a workaround you could use VisualStudio on the side to get support there.
Goal would be to have a real IDE for IronPython within the Spotfire client.
Implemented in | 14.4 |
Action mods, introduced in Spotfire 14.4, extend Spotfire with a new type of lightweight reusable action component that can be tailored for specific domains and use cases. Using actions within visual analytics provides extensive options for carrying out tasks and enhancing workflows across all analytic elements, spanning from visualizations to data.
Especially help learning the api! One feature in many products is to record a script automatically based on user input through the menu system. cf Excel's visual basic recorder.