33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
<!--[metadata]
|
|
title = "Template"
|
|
tags = ["Human case", "Comma", "Separated", "ACRONYM", "Respect brand names", "Hugging Face", "Coca-Cola"]
|
|
thumbnail = "https://static.rerun.io/template/f53a939567970272cf7c740f1efe5c72f20de7ab/480w.png"
|
|
thumbnail_dimensions = [480, 359]
|
|
# channel = "main" # uncomment if this example can be run fast an easily
|
|
# include_in_manifest = true # uncomment if this example should be on the Viewer homescreen
|
|
-->
|
|
|
|
This is an example template. It is not a real example. You can duplicate the directory and use it as a starting point for writing a real example.
|
|
Put a short description at the top, like this.
|
|
|
|
<!--
|
|
Place a screenshot in place of this comment
|
|
Use `pixi run upload-image --help` for instructions.
|
|
Make sure to also update the `thumbnail` section in the metadata.
|
|
-->
|
|
|
|
## Used Rerun types
|
|
|
|
[`Image`](https://www.rerun.io/docs/reference/types/archetypes/image), …
|
|
|
|
## Optional details here
|
|
|
|
…
|
|
|
|
## Run the code
|
|
|
|
```bash
|
|
pip install -e examples/python/template
|
|
python -m template
|
|
```
|