microsoft/fabric-jumpstart
Jupyter Notebook
Captured source
source ↗microsoft/fabric-jumpstart
Description: Fabric Jumpstart provides high-quality accelerators, demos, and tutorials that install directly into your workspace in minutes.
Language: Jupyter Notebook
License: MIT
Stars: 57
Forks: 28
Open issues: 42
Created: 2025-12-18T15:29:46Z
Pushed: 2026-07-30T04:44:28Z
Default branch: main
Fork: no
Archived: no
README:
Ready-to-run accelerators, demos, and tutorials for Microsoft Fabric — automated, high-quality, and open-source.
PyPI Package · Browse Jumpstarts · Contributing
What is a Jumpstart?
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.
Projects
| Project | Description | | ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | [fabric-jumpstart](src/fabric_jumpstart/) | Core Python library — discover, install, and manage Jumpstarts in your Fabric workspace. Published to PyPI. | | [fabric-jumpstart-web](src/fabric_jumpstart_web/) | Website for browsing Jumpstarts — hosted at jumpstart.fabric.microsoft.com. |
Quick Start
pip install fabric-jumpstart
import fabric_jumpstart as jumpstart
# Browse the catalog
jumpstart.list()
# Deploy to your workspace
jumpstart.install("spark-structured-streaming")See the [fabric-jumpstart README](src/fabric_jumpstart/README.md) for full usage, conflict handling, and API details.
Contributing
Please follow the contribution process in [CONTRIBUTING.md](CONTRIBUTING.md) and the coding expectations in [STANDARDS.md](STANDARDS.md).
Learn More
- Browse Jumpstarts: https://jumpstart.fabric.microsoft.com
- PyPI: https://pypi.org/project/fabric-jumpstart/
- fabric-cicd: https://microsoft.github.io/fabric-cicd/latest/