Buckets:

rtrm's picture
|
download
raw
1.47 kB
# Launching the Dashboard
## Launching a Local Dashboard
You can launch the dashboard by running:
<hfoptions id="language">
<hfoption id="Shell">
```sh
trackio show
```
</hfoption>
<hfoption id="Python">
```py
import trackio
trackio.show()
```
</hfoption>
</hfoptions>
## Loading a Specific Project
You can also provide an optional `project` name as the argument to load a specific project directly:
<hfoptions id="language">
<hfoption id="Shell">
```sh
trackio show --project "my-project"
```
</hfoption>
<hfoption id="Python">
```py
import trackio
trackio.show(project="my-project")
```
</hfoption>
</hfoptions>
## Changing the Theme
You can change the theme of the dashboard by providing an optional `theme` argument.
<hfoptions id="language">
<hfoption id="Shell">
```sh
trackio show --theme "soft"
```
</hfoption>
<hfoption id="Python">
```py
import trackio
trackio.show(theme="soft")
```
</hfoption>
</hfoptions>
To see the available themes, check out the [themes gallery](https://huggingface.co/spaces/gradio/theme-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:
```py
import trackio
trackio.show()
```
Check the [demo notebook](https://github.com/gradio-app/trackio/blob/main/examples/notebook_integration.ipynb).
<EditOnGithub source="https://github.com/gradio-app/trackio/blob/main/docs/source/launch.md" />

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.