Ready-to-run accelerators, demos, and tutorials for Microsoft Fabric — automated, high-quality, and open-source.
PyPI Package
·
Browse Jumpstarts
·
Contributing
A Jumpstart is a curated, tested Microsoft Fabric solution — data, notebooks, pipelines, reports, and supporting assets — that you can deploy end-to-end with a single call. Each Jumpstart is self-contained: data is bundled or generated for you, and post-install notebooks guide any manual configuration.
| Project | Description |
|---|---|
| fabric-jumpstart | Core Python library — discover, install, and manage Jumpstarts in your Fabric workspace. Published to PyPI. |
| fabric-jumpstart-web | Website for browsing Jumpstarts — hosted at jumpstart.fabric.microsoft.com. |
pip install fabric-jumpstartimport fabric_jumpstart as jumpstart
# Browse the catalog
jumpstart.list()
# Deploy to your workspace
jumpstart.install("spark-structured-streaming")See the fabric-jumpstart README for full usage, conflict handling, and API details.
Please follow the contribution process in CONTRIBUTING.md and the coding expectations in STANDARDS.md.
- Browse Jumpstarts: https://jumpstart.fabric.microsoft.com
- PyPI: https://pypi.org/project/fabric-jumpstart/
- fabric-cicd: https://microsoft.github.io/fabric-cicd/latest/