Using pip

pip install zero-true

Verify Installation

After installation, you can verify that Zero-True is installed by running:

pip show zero-true

Running Zero-True

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.