1. Installation
You can install codablellm directly from PyPI using pip:
Extras
codablellm also provides optional extras to enable additional features:
| Extra | Description |
|---|---|
codablellm[excel] |
Adds support for exporting datasets directly to Excel files. |
codablellm[markdown] |
Adds support for exporting datasets directly to Markdown files. |
codablellm[xml] |
Adds support for exporting datasets directly to XML files. |
codablellm[all] |
Installs all available extras. |
Docker Support (Coming Soon)
A pre-built Dockerfile is coming soon to make containerized setups simple and reproducible.