gretl_gui_launch
Launch the Gretl desktop GUI to open datasets or run scripts for econometric analysis and visualization.
Instructions
Launch the visible Gretl desktop GUI, optionally opening a local dataset/script or running a provided script on startup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | No | Optional Gretl/Hansl script to write and open with --run in the GUI. | |
| english | No | Force Gretl GUI to use English. | |
| filePath | No | Optional local dataset or script file to open in the Gretl GUI. | |
| safeMode | No | When script is provided, block shell-like commands and absolute file reads/writes. | |
| runScript | No | When filePath points to a script, launch Gretl with --run filePath. | |
| newInstance | No | Launch a new Gretl GUI instance instead of reusing an existing one. | |
| gretlGuiPath | No | Optional explicit path to gretl or gretl.exe. | |
| workspaceRoot | No | Optional directory where GUI script workspaces are created. |