Settings persistently store states that control the behavior and appearance of the plugin.
Changes to the settings are not applied to Styled DataFrame Viewer dialogs that are already open.
To adjust the settings of the plugin, open Preferences of your JetBrains IDE for macOS or File | Settings for Windows and Linux. Alternatively, press Ctrl + Alt + S.
In the settings dialog select Tools > Styled DataFrame Viewer
The plugin settings are global and apply to all existing projects of the current IntelliJ IDEA version.
Default: off
Highlights the rendered cell values according to the selected cell styling.
Note
For more information read: Cell Styling
Default: on
Displays the data type in the column header of the table.
Default: on
The internal editor keeps a history of entered expressions (per project). And may have some additional features. In case the internal editor is not available, a simplified version is used instead.
Default: on
When you invoke code completion, the completion popup contains also the column names of the DataFrame.
Default: on
The filter input for the Python Console uses runtime code completion.
Runtime code completion may lead to certain side effects, such as unintentional code execution without an explicit user input.
Default: off
Allows to automatically validate used style functions whenever data is fetched from the running Python process.
Note
For more information read: Validating Style Functions
