Getting Started
Welcome to NavIcons Demo — a data-analysis toolkit that showcases Lucide navigation icons in every corner of the site.
Installation
pip install gdtest-nav-iconsQuick Example
from gdtest_nav_icons import analyze
result = analyze([10, 20, 30, 40])
print(result)
# {'mean': 25.0, 'min': 10, 'max': 40, 'count': 4}What’s Next?
- Learn about Configuration options
- Explore the Visualization guide
- Dive into Advanced Topics