Getting Started¶
Welcome to neurospatial! This section will help you get up and running quickly.
What You'll Learn¶
- Installation: How to install neurospatial and its dependencies
- Quickstart: A 5-minute introduction with working examples
- Core Concepts: Understanding bins, connectivity graphs, and layout engines
Prerequisites¶
neurospatial requires:
- Python 3.10 or higher
- Basic familiarity with NumPy and array operations
- Understanding of spatial coordinates (e.g., x, y positions)
Next Steps¶
After completing the getting started guide, explore:
- User Guide: Deep dives into specific features
- API Reference: Complete API documentation
- Examples: Real-world use cases and notebooks