Install Zero-True by following the installation instructions.

Run Zero-True notebook locally with the following command:

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

Check out our blog and gallery for all the latest tutorials and examples.

Additional Resources