Buckets:
Launching the Dashboard
Launching a Local Dashboard
You can launch the dashboard by running:
trackio show
import trackio
trackio.show()
Loading a Specific Project
You can also provide an optional project name as the argument to load a specific project directly:
trackio show --project "my-project"
import trackio
trackio.show(project="my-project")
Changing the Theme
You can change the theme of the dashboard by providing an optional theme argument.
trackio show --theme "soft"
import trackio
trackio.show(theme="soft")
To see the available themes, check out the themes gallery.
Launching a Dashboard in Jupyter Notebooks
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.
Xet Storage Details
- Size:
- 1.47 kB
- Xet hash:
- dcb782dec00ade0470a051e19b14652e692845869e2359c587f4c111141be0d6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.