Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.04 KB

PyPI version CI Code style: black

Installation

pip install moderne-visualizations-misc

Run

jupyter notebook

Contributing

Install development requirements:

pip install ".[dev]"

Run type checking:

poe check-types

Run formatter:

poe format

Cross validating options to make sure both spec files and notebooks have the same options:

poe check-options

Check sentence casing on display names:

poe check-sentence-casing