Trackio documentation

Launching the Dashboard

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Launching the Dashboard

Launching a Local Dashboard

You can launch the dashboard by running:

Shell
Python
trackio show

Loading a Specific Project

You can also provide an optional project name as the argument to load a specific project directly:

Shell
Python
trackio show --project "my-project"

Changing the Theme

You can change the theme of the dashboard by providing an optional theme argument.

Shell
Python
trackio show --theme "soft"

To see the available themes, check out the themes gallery.

< > Update on GitHub