Skip to Main Content
Spotfire Ideas Portal
198 VOTE
Status Implemented
Product Spotfire
Categories Scripting
Created by Guest
Created on Jun 30, 2016

Better development support for IronPython scripts

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
  • ADMIN RESPONSE
    Jun 14, 2024

    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.

    Learn more about everything new in Spotfire 14.4.

  • Attach files
  • Guest
    Reply
    |
    Sep 16, 2017

    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.

29 MERGED

Full IDE for Iron Python Scripting in the Professional Client

Merged
Could we include a full IDE in with the Professional Client. Then we could explore the object model, explore the properties and methods of objects, add breakpoints, view the call stack and watch variables. It would be an incredible boost to the de...
over 6 years ago in Spotfire / Scripting 0 Implemented
6 MERGED

Add Intellisense to IronPython Script Editor

Merged
When writing IronPython scripts which will likely always use the Spotfire C# API, it is hard to know what imports are needed, and which classes, objects, methods etc. are available for imported namespaces. If intellisense was added (even if only...
over 4 years ago in Spotfire / Scripting 1 Implemented