This is a Datapane template.
It can be used as a starting point for creating a Datapane report that <template_description>.
This sub-section should be removed.
When Datapane downloads a template it looks for template.py
.
The template can be notebook-first, in which case we can convert a template.ipynb
to template.py
with the following command:
jupyter nbconvert --to script 'template.ipynb'
Materials such as images, datasets, and asset generating code, should be included in the ./assets
directory.
This includes markdown files that are to be loaded into the report.
This template may require additional third-party packages. A full list of required packages should be included in pyproject.toml
Datapane template repo names should begin with dp-template-
, e.g. dp-template-classifier-dashboard
.
Update this README to include template-specific content within the <template_*>
placeholders.
The template can be downloaded directly in archive file format.
<template_preview_image>
This template may require additional third-party packages. A full list of required packages can be found in pyproject.toml
This template is open-source and accepts contributions!
Visit datapane/dp-template for instructions on how to create a new Datapane template.