You can launch the dashboard by running:
trackio show
You can also provide an optional project name as the argument to load a specific project directly:
trackio show --project "my-project"You can change the theme of the dashboard by providing an optional theme argument.
trackio show --theme "soft"To see the available themes, check out the themes gallery.
You can also launch the dashboard directly within a Jupyter Notebook. Just use the same command as above:
import trackio
trackio.show()Check the demo notebook.
Update on GitHub