Skip to main content

Turn long PDFs into chunked NotebookLM workflows with Studio outputs

Project description

NotebookLM Chunker

notebooklm-chunker

CI Desktop Release PyPI version License: MIT

Turn long documents into smaller, heading-aware NotebookLM sources so reports, slide decks, quizzes, flashcards, and audio outputs stay more focused and useful.

Two interfaces, one core. The Desktop app provides a visual workflow. The CLI provides scriptable automation. Both use the same nblm engine underneath.

  • This page covers the Desktop app
  • CLI.md covers the Python CLI

Desktop App

An Electron desktop client that wraps the nblm CLI into a full visual workflow — from PDF upload to NotebookLM Studio generation.

Partition Strategy

Set min and max pages per chunk, skip pages from the beginning (preface, TOC) or end (index, bibliography), and see the estimated chunk count before processing. The chunker splits at heading boundaries to keep each source semantically coherent.

Structure

Sources

Review, search, and edit generated chunks inline. Bulk select and delete, or refine titles and content before syncing.

Sources

NotebookLM Dashboard

Browse all your NotebookLM notebooks in one place. Open a workspace to see synced sources, manage studio jobs, and track outputs.

NotebookLM Dashboard

Notebook Workspace

Inspect synced sources for any notebook. Select sources individually or in bulk to build studio queue batches.

Notebook Workspace

Studio Queue

Queue reports, slides, quizzes, flashcards, or audio jobs across sources. Filter by studio type, search by name or status. Retry failed jobs individually or in bulk — quota exhaustion is automatically detected.

Studio Queue

Settings

Configure per-studio defaults: language (80+ languages), format, download format, and parallel request limits. Sync settings control parallel chunk uploads.

Settings

More Features

Feature Description
Bulk source upload Upload dozens or hundreds of chunks to a single notebook in one operation with parallel processing
Bulk source delete Select and delete multiple chunks at once from the catalog
Resume interrupted uploads Sync tracks per-chunk status — come back tomorrow and only the remaining chunks get uploaded
Prompt library Save reusable prompts per studio type and apply them from the queue builder
Skip pages Exclude preface, table of contents, index, or bibliography pages before chunking
Versioned lineages Multiple chunk versions of the same PDF, each with independent sync and studio state
Offline-first Chunk and edit locally without a network connection — sync when ready

Installation

Prerequisites

  1. Install the Python CLI (needed by the desktop app):
pip install notebooklm-chunker
python -m playwright install chromium
  1. Login to NotebookLM:
nblm login

Option A: Download Release Binary

Download the latest release for your platform from GitHub Releases:

  • macOS: .dmg or .zip
  • Windows: .exe (installer) or portable
  • Linux: .AppImage or .deb

The desktop app expects nblm to be available on your system PATH.

Option B: Run From Source

cd desktop
npm install
npm run dev

Setup Check

On first launch, the app verifies:

  • nblm is available on PATH
  • Playwright Chromium is installed
  • NotebookLM auth state is ready

You can continue into the app for local-only work even if auth is not ready yet.

Build

Platform-specific builds:

cd desktop
npm run build:mac    # macOS (.dmg, .zip)
npm run build:win    # Windows (.exe, portable)
npm run build:linux  # Linux (.AppImage, .deb)

CLI

The Python CLI is the automation engine. It handles document parsing, heading-aware chunking, NotebookLM uploads, and Studio generation.

For full CLI documentation, installation, config examples, and usage:

CLI.md

Quick start:

pip install notebooklm-chunker
python -m playwright install chromium
nblm login
nblm run --config ./nblm.toml

Development

For setup, testing, packaging, and GitHub release flow, see DEVELOPMENT.md.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notebooklm_chunker-0.5.0.tar.gz (64.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

notebooklm_chunker-0.5.0-py3-none-any.whl (49.4 kB view details)

Uploaded Python 3

File details

Details for the file notebooklm_chunker-0.5.0.tar.gz.

File metadata

  • Download URL: notebooklm_chunker-0.5.0.tar.gz
  • Upload date:
  • Size: 64.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for notebooklm_chunker-0.5.0.tar.gz
Algorithm Hash digest
SHA256 5f405a20f474a0255f44c4d9de38afceec3905b9afc71f56b4a1bb1d086e4f4e
MD5 4e844eb5831356739cba5e46b4bdf88e
BLAKE2b-256 700fe3c392d1ae8509c7e8379989647ae3e89b1e454665474ee66b5162ac345b

See more details on using hashes here.

Provenance

The following attestation bundles were made for notebooklm_chunker-0.5.0.tar.gz:

Publisher: publish.yml on cmlonder/notebooklm-chunker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file notebooklm_chunker-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for notebooklm_chunker-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2d3fb942be3e7022b85197ce11065c301ff598cc83e148d52c96d7fe8ea382ce
MD5 579537e9633ab9cfe56170140988ee19
BLAKE2b-256 96d7421b45a818f9e58b995c99d81616d8ccd30c1b9014eedb662e812cc998d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for notebooklm_chunker-0.5.0-py3-none-any.whl:

Publisher: publish.yml on cmlonder/notebooklm-chunker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page