fabric-cli-notebook

Manage and execute Microsoft Fabric notebooks using the Fabric CLI.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/accelerate-data/vibedata-official --skill fabric-cli-notebook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-cli-notebook
Source: https://github.com/accelerate-data/vibedata-official/tree/main/plugins/fabric-cli/skills/fabric-cli-notebook
Command: npx skills add https://github.com/accelerate-data/vibedata-official --skill fabric-cli-notebook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fabric-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of notebooks in Microsoft Fabric, allowing users to list, create, export, import, edit, run, schedule, and monitor notebooks with ease.

Core Features & Use Cases

  • Notebook Management: Perform a wide range of operations on notebooks, including listing, creating, exporting, importing, editing, running, scheduling, and monitoring.
  • Integration with Fabric CLI: Leverages the Fabric CLI for seamless integration with Microsoft Fabric.
  • Use Case: For data scientists and engineers working with Fabric, this Skill simplifies the process of managing and executing notebooks, saving time and reducing errors.

Quick Start

Use the fabric-cli-notebook skill to list all notebooks in the current workspace.

Frequently Asked Questions about fabric-cli-notebook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage and execute Microsoft Fabric notebooks from the command line?

You can manage and execute Microsoft Fabric notebooks by running Fabric CLI commands to list, create, edit, run, schedule, and monitor notebook executions directly from your terminal.

Can I schedule and monitor notebook execution in a Microsoft Fabric workspace?

Yes, you can schedule and monitor notebook execution within a Microsoft Fabric workspace by issuing specific Fabric CLI commands to automate runs and track operational status.

How do I import and export notebooks in Microsoft Fabric?

To import and export notebooks in Microsoft Fabric, use the Fabric CLI to transfer notebook files in and out of your workspace, simplifying version control and environment migration.

Do I need Fabric CLI and workspace access to run Microsoft Fabric notebooks?

Yes, you need the Fabric CLI installed and access to a Microsoft Fabric workspace to authenticate, manage, and execute your notebooks using this command-line approach.

What's the best way to automate creating and listing notebooks in Microsoft Fabric?

The best way to automate creating and listing notebooks in Microsoft Fabric is using Fabric CLI scripts to programmatically query existing notebooks and provision new ones.

Why use a CLI approach for notebook management in Microsoft Fabric?

Using a CLI approach for notebook management in Microsoft Fabric reduces manual errors and saves time by allowing data scientists to script repetitive notebook operations instead of using the web interface.