We released Exploratory Desktop v14.6 on March 17th, 2026! ![]()
This release includes enhancements such as “A new Chart button on Summary Charts in Table View” and “Improved error handling for chart image export”!
Please upgrade to the latest version and give it a try!
Please take a look below for the new features and bug fixes.
Enhancements
Note
- The loading spinner flickers during AI data generation in the Note Editor, creating a distracting user experience that needs to be consolidated into a single “requesting to AI” state.
Summary View
- The ‘NA’ label was updated as ‘NA (Missing Values)’.
Table View
- Added a Chart button inside the summary chart in Table View so that users can quickly create a chart.
Issue fix
AI Prompt
- The AI prompt input field and run button are misaligned and overlap with other text after execution, creating a broken UI that hinders further interaction.
Chart
- Chart image exports fail when complex R transformations crash or time out, requiring a more robust fallback mechanism to save alternative files when errors occur.
- Exporting charts to images can fail without clear guidance, necessitating a check for folder permissions and an automatic retry with alternative filenames to ensure the user’s work is saved.
- Pinned charts fail to render when they depend on a predecessor step that has been disabled or deleted, causing “object not found” errors that disrupt the user’s workflow.
- The introduction of a new marker shortcut menu has made the detailed marker style menu inaccessible, preventing users from customizing line and circle settings in charts.
Analytics
- The ROC Curve section was missing from the Random Forest, preventing users from evaluating model performance through this standard metric.
Note
- The AI Note Editor dialog cuts off the bottom border when moved upwards, resulting in a broken UI appearance that affects the visual integrity of the editor.
- When the Table of Contents (TOC) is too long, users cannot scroll to see the hidden items, making it impossible to navigate through long notes.
Others
- Users with a Public Plan encounter a “teams” property error when trying to open the Desktop edition, which is incompatible with the free tier and prevents the application from starting.
Parameter
- Selecting a parameter with the ‘Between’ operator incorrectly displays two drop-downs and a broken UI, preventing users from properly selecting range parameters.
Data Wrangling
- A UI bug in window calculations causes the value field to appear unselected when a character column is grouped with a POSIXct column, leading to confusion about the current selection state.
- Exporting pivot tables with NA values to CSV fails due to a data type mismatch between character and double types, blocking users from saving their analyzed data.
- Pivot table exports fail with a type mismatch error when a column contains both numeric values and character-based display strings like “(NA)”, preventing successful data output.
Documentation
- The help button for regular expressions points to outdated URLs, which prevents users from accessing the most current and relevant documentation in their preferred language.
Others
- Improved the fallback error handling for various file export operations, which can lead to silent failures or unhelpful error messages when users encounter folder permission issues.