Skip to content
Snippets Groups Projects
Verified Commit 8b90eec0 authored by David Beniamine's avatar David Beniamine
Browse files

Metadata

parent b4f806db
No related branches found
No related tags found
No related merge requests found
## Dashboard
Any `*.ipynb` file is recognized as a dashboard.
**DO not put space in the dashboard name, see metadata**
### Images
Just put a `.png`, `.jpg` or `.svg` image with the same name as your dashboard without `.ipynb` to set it's cover image the image will be 232*232 pixels
### Metadata
Edit the `metadata.json` to add title and description to your dashboards
{
"Interactive_Voila": {
"title": "Interactive dashboards",
"description": "Some interactive dashboards with python callbacks"
},
"MonetDB": {
"title": "Monet DB",
"description": "A minimal Monet DB connexion example"
},
"csv": {
"title": "CSV reader",
"description": "A dashboard that's prints the contents of a CSV"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment