Nadhebe
Tutorials

How to Use Gemini Notebook (Formerly NotebookLM): Complete 2026 Tutorial

A step-by-step tutorial for using Google's rebranded Gemini Notebook — from setting up your first notebook to executing code in the secure cloud computer, generating PPTX presentations, and syncing across Google Search.

Nadhebe Editorial Team Nadhebe Editorial Team
· · 9 min read
GPU Lab Verified
Editorial collage illustration of Gemini Notebook with data charts and cloud computing elements
On this page

Google’s research assistant tool — formerly known as NotebookLM — has been rebranded to Gemini Notebook as of July 16, 2026. The name change reflects far more than a cosmetic update: it arrives alongside a wave of powerful agentic capabilities that transform the tool from a smart document reader into a full-featured AI research workstation.

This tutorial walks through every major feature, from basic notebook setup to advanced cloud code execution and multi-format document export.


What Changed in the Rebrand

The transition from NotebookLM to Gemini Notebook is not just a rename. Here is what is genuinely new versus what remains the same:

What’s New

FeatureBefore (NotebookLM)After (Gemini Notebook)
Cloud ComputerNot availableDedicated secure sandbox per notebook
Code ExecutionNoPython execution with data analysis
Export FormatsText, Audio OverviewPPTX, XLSX, DOCX, PDF, Charts
Ecosystem SyncStandaloneNotes sync with Gemini App & Google Search
Source DiscoveryUpload onlyAI-powered web search to find sources
ModelGemini 2.0Gemini 3.5+

What Stays the Same

  • All existing notebooks remain intact — no migration needed
  • Existing share links and collaborator permissions continue to work
  • The core interaction model (sources → chat → notes) is unchanged
  • Audio Overview feature still available

Step 1: Creating Your First Gemini Notebook

Getting Started

  1. Navigate to notebooklm.google.com (the URL still works post-rebrand)
  2. Sign in with your Google account
  3. Click “New Notebook”
  4. Give your notebook a descriptive title

Adding Sources

Sources are the foundation of every Gemini Notebook. The AI only generates responses grounded in the materials you provide, which eliminates hallucination for document-based research.

Supported source types:

  • Google Docs, Google Slides
  • PDF files (up to 500,000 words per document)
  • Web URLs
  • YouTube videos (with transcript)
  • Plain text / Markdown
  • Audio files (new in 2026)

Pro tip: Upload 5-10 diverse sources on your topic rather than one massive document. This gives the AI more angles to synthesize from and produces richer, more nuanced responses.

Starting from Scratch (New Feature)

Previously, you had to upload sources before you could interact with a notebook. Now, you can start with just a loose idea:

  1. Create a new notebook without any sources
  2. Describe your research topic in the chat
  3. Gemini Notebook will search the web and suggest relevant primary sources
  4. Review and approve the sources it finds
  5. The AI curates them into your notebook automatically

This feature is particularly powerful for exploratory research where you don’t yet know which papers, articles, or datasets are most relevant.


Step 2: Using the Secure Cloud Computer

The most significant new feature is the secure cloud computer — a dedicated, sandboxed computing environment attached to each notebook.

What It Can Do

  • Write and execute Python code
  • Perform data analysis on your uploaded sources
  • Reconcile messy or inconsistent datasets
  • Generate professional charts and visualizations
  • Create formatted tables from unstructured text
  • Run statistical analyses and produce summary statistics

How to Use It

  1. Ask the AI a question that requires computation — for example: “Analyze the revenue data in my Q2 report and create a trend chart”
  2. Gemini Notebook will write Python code in the background
  3. The code executes in the secure sandbox (isolated from your local machine)
  4. Results appear inline — charts render directly in the chat, tables are formatted, and files are downloadable

Example Workflow: Data Analysis

Suppose you upload a CSV file with monthly sales data. You can ask:

"Compare Q1 vs Q2 performance across all product lines.
Create a grouped bar chart and highlight any products with
declining trends. Export the summary as a table."

The AI will:

  1. Parse your CSV using pandas
  2. Calculate quarter-over-quarter metrics
  3. Generate a matplotlib chart
  4. Render both the chart and summary table inline
  5. Offer to export as XLSX or PPTX

Security Model

The cloud computer is:

  • Isolated: Each notebook gets its own sandbox — no cross-notebook access
  • Ephemeral: Compute state is cleared after your session ends
  • Restricted: No internet access from the sandbox — it can only process your uploaded sources
  • Auditable: All code execution is logged and visible to you

Step 3: Generating Professional Documents

Gemini Notebook can now produce a variety of professional output formats, far beyond the original text and audio options.

Available Export Formats

FormatBest ForHow to Request
PPTXPresentations, stakeholder decks”Create a presentation about…”
XLSXData tables, financial models”Export this analysis as a spreadsheet”
DOCXReports, briefs, memos”Write a formal report on…”
PDFFinal deliverables”Generate a PDF summary of…”
ChartsData visualization”Create a chart showing…”
Audio OverviewPodcast-style summariesClick the Audio Overview button

Creating a Presentation

"Create a 10-slide presentation summarizing the key findings from my
research sources. Include:
- Executive summary slide
- 3 data visualization slides with charts
- Competitive analysis comparison table
- Recommendations slide with bullet points
- Next steps and timeline"

The generated PPTX is fully editable in Google Slides or Microsoft PowerPoint — it’s not a read-only export.

Creating a Spreadsheet

For data-heavy research, ask Gemini Notebook to organize your findings into a structured spreadsheet:

"Create an Excel spreadsheet with all the pricing data from my sources.
Include columns for: Product Name, Free Tier Limits, Pro Price,
Enterprise Price, and Key Differentiators."

Step 4: Syncing Across the Google Ecosystem

One of the most practical changes in the rebrand is the ability to sync notes across the broader Google ecosystem.

How Syncing Works

  • Notes → Gemini App: Your saved notes from any notebook can appear as context when you chat with Gemini in the main app
  • Notes → Google Search: When you search for topics related to your research, Google can surface your own notebook findings in a dedicated sidebar
  • Cross-Device: Notebooks sync across web, mobile, and tablet interfaces

Enabling Sync

  1. Open your notebook settings
  2. Toggle “Sync with Gemini” to enabled
  3. Choose which notes to sync (you can be selective)
  4. Synced notes will now appear as contextual suggestions when relevant

Privacy Considerations

  • Synced notes are only visible to you — they are never shared with other users or used for model training
  • You can disable sync at any time and delete synced data from your Gemini account
  • Enterprise Workspace accounts have admin controls to enable or disable sync at the organization level

Step 5: Advanced Research Workflows

Multi-Source Synthesis

The most powerful use of Gemini Notebook is synthesizing insights across multiple, potentially conflicting sources:

"Compare what Source A and Source C say about the effectiveness of
retrieval-augmented generation. Where do they agree? Where do they
conflict? Which claims are supported by empirical data?"

Citation Tracking

Every response from Gemini Notebook includes inline citations pointing back to specific passages in your uploaded sources. Click any citation number to jump directly to the relevant paragraph.

Collaborative Research

Share your notebook with collaborators:

  1. Click the Share button
  2. Add collaborators by email
  3. Choose permission level (View, Comment, or Edit)
  4. All collaborators see the same sources, chat history, and generated notes

Subscription Tiers and Access

FeatureFreeGoogle AI ProGoogle AI Ultra
Basic notebook creation
Source upload (up to 50)
Audio Overviews
Cloud code executionComing soon
PPTX/XLSX/DOCX exportComing soon
Gemini ecosystem syncComing soon
Web source discovery

Advanced features are rolling out first to Google AI Ultra subscribers and eligible Workspace enterprise users, with broader availability to Google AI Pro users expected in the coming weeks.


Key Takeaways

  • NotebookLM is now Gemini Notebook — rebranded July 16, 2026 with major new capabilities
  • Each notebook gets a secure cloud computer for Python code execution and data analysis
  • Export to PPTX, XLSX, DOCX, PDF — not just text and audio
  • Notes sync across Gemini App and Google Search for a connected research workflow
  • Start from scratch — let the AI find and curate sources for you via web search
  • Existing notebooks, links, and permissions all continue to work unchanged

Common Mistakes to Avoid

  1. Uploading too few sources: The AI performs best with 5-10 diverse, high-quality sources rather than a single massive document
  2. Ignoring citations: Always verify generated claims against the cited source passages — the AI is grounded but not infallible
  3. Not using structured prompts: Ask for specific output formats (tables, charts, bullet points) rather than open-ended questions
  4. Skipping the Audio Overview: The podcast-style summary is one of the best features for quickly absorbing the key themes across all your sources

Frequently asked questions

Is NotebookLM now called Gemini Notebook?

Yes. On July 16, 2026, Google officially rebranded NotebookLM to Gemini Notebook, reflecting its deeper integration into the Gemini AI ecosystem while keeping all existing functionality intact.

Can Gemini Notebook run code?

Yes. Each notebook now includes a dedicated secure cloud computer that can write and execute Python code for data analysis, chart generation, and file processing.

What file types can Gemini Notebook export?

Gemini Notebook can export editable PowerPoint (PPTX) presentations, Excel (XLSX) spreadsheets, DOCX reports, PDFs, and custom charts and diagrams.

Is Gemini Notebook free to use?

The base features remain free. Advanced capabilities like secure cloud computing and enhanced export options require a Google AI Ultra subscription or eligible Workspace enterprise account.

Sources & references

  1. [1]Google Blog — Gemini Notebook Announcement
  2. [2]Gemini Notebook Help Center
Nadhebe Editorial Team

Nadhebe Editorial Team

The collective editorial desk, technical writers, and hardware validation engineers at Nadhebe. All publications undergo multi-stage peer review and physical GPU lab validation.

Includes Free AI Starter Kit

The Weekly AI Engineering Briefing

Join AI engineers building with Claude, MCP, Gemini, and open-source models. Received by developers, researchers, and technical founders.