Assuming you have zero-true installed, create a new directory for your project, and navigate to it from the cli.

Running Zero-True

Run Zero-True notebook locally with the following command from your command line:

zero-true notebook

Begin your Zero-True journey with this simple slider component example:

import zero_true as zt

my_slider = zt.Slider(id="my_slider")
print(my_slider.value)

Tutorials and Examples

This documentation is filled with further examples and templates you can use to build anything from analytics dashboards to machine learning apps all in one place.