First steps#

Inspect the CLI:

litmap about
litmap layout
litmap version

Inspect the Python API:

from litmap import package_overview, recommended_run_layout

print(package_overview())
print(recommended_run_layout())