Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 332 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 332 Bytes

DataFair plugin for uData

Use DataFair embeds to preview data

Usage

Install the plugin package in you udata environement:

pip install udata-data-fair

Then activate it in your udata.cfg:

PLUGINS = ['udata-data-fair']

## Publish

python setup.py sdist bdist_wheel
twine upload dist/*