Documentation Index
Fetch the complete documentation index at: https://imcui.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
imcui.ui.config_utils
Configuration utilities and path management functions.Functions
get_default_config_path
Get the default configuration file path.cwd/app.yamlcwd/config/app.yaml- Package default configuration
get_example_data_path
Get the example datasets path with auto-download support.IMCUI_DATA_DIR: Override default datasets path
get_version
Get the current package version.Path Resolution
Configuration Path Priority
- Custom path via
-cflag cwd/app.yamlcwd/config/app.yaml- Package default
Dataset Path Priority
- Environment variable
IMCUI_DATA_DIR - User cache directory (auto-download):
- Linux/macOS:
~/.cache/imcui/datasets/ - Windows:
%LOCALAPPDATA%\imcui\datasets\
- Linux/macOS:
- CLI flag
-d /path/to/datasets