Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datapane/dp-template
Template repository for Datapane templates
https://github.com/datapane/dp-template
data-science hacktoberfest python template
Last synced: 2 days ago
JSON representation
Template repository for Datapane templates
- Host: GitHub
- URL: https://github.com/datapane/dp-template
- Owner: datapane
- License: apache-2.0
- Created: 2022-07-26T08:42:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T09:49:21.000Z (about 1 year ago)
- Last Synced: 2024-04-22T00:17:30.275Z (7 months ago)
- Topics: data-science, hacktoberfest, python, template
- Language: Jupyter Notebook
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Datapane template:
This is a Datapane template.
It can be used as a starting point for creating a Datapane report that .
## 🚧 Datapane template development 🚧
*This sub-section should be removed.*
### The template file
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'`
### Assets
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.
### Dependencies
This template may require additional third-party packages. A full list of required packages should be included in `pyproject.toml`
### README and repository
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 `` placeholders.
## Download the template
The template can be downloaded directly in archive file format.
## Preview
## Dependencies
This template may require additional third-party packages. A full list of required packages can be found in `pyproject.toml`
## ContributionsThis template is open-source and accepts contributions!
## How to create a new Datapane template
Visit [datapane/dp-template](https://github.com/datapane/dp-template) for instructions on how to create a new Datapane template.