https://github.com/plasmate-labs/notebooks
Interactive Jupyter notebooks for Plasmate. Getting started, benchmarks, and integration examples. Open in Colab.
https://github.com/plasmate-labs/notebooks
ai-agents colab jupyter notebook plasmate python som tutorial
Last synced: about 4 hours ago
JSON representation
Interactive Jupyter notebooks for Plasmate. Getting started, benchmarks, and integration examples. Open in Colab.
- Host: GitHub
- URL: https://github.com/plasmate-labs/notebooks
- Owner: plasmate-labs
- License: apache-2.0
- Created: 2026-03-25T11:28:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T18:45:49.000Z (4 months ago)
- Last Synced: 2026-06-08T12:04:56.656Z (about 1 month ago)
- Topics: ai-agents, colab, jupyter, notebook, plasmate, python, som, tutorial
- Language: Jupyter Notebook
- Homepage: https://docs.plasmate.app
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-plasmate - Jupyter Notebooks - Interactive notebooks for learning Plasmate. [](https://colab.research.google.com/github/plasmate-labs/notebooks/blob/main/01-getting-started.ipynb) (Developer Tools)
README
# Plasmate Notebooks
Interactive Jupyter notebooks for [Plasmate](https://plasmate.app) - the browser engine for AI agents.
## Quick Start
```bash
pip install plasmate jupyter tiktoken pandas matplotlib
git clone https://github.com/plasmate-labs/notebooks
cd notebooks
jupyter notebook
```
## Notebooks
| # | Notebook | Description |
|---|----------|-------------|
| 01 | Getting Started | Your first SOM fetch - explore page structure |
| 02 | Token Comparison | Measure HTML vs SOM tokens across 10 sites |
| 03 | Batch Extraction | Process 20+ URLs in parallel |
| 04 | Research Agent | Build a web research pipeline |
## Try on Google Colab
[](https://colab.research.google.com/github/plasmate-labs/notebooks/blob/main/01-getting-started.ipynb)
## Links
- [Plasmate](https://plasmate.app)
- [Documentation](https://docs.plasmate.app)
- [W3C Community Group](https://www.w3.org/community/web-content-browser-ai/)
---
## Part of the Plasmate Ecosystem
| | |
|---|---|
| **Engine** | [plasmate](https://github.com/plasmate-labs/plasmate) - The browser engine for agents |
| **MCP** | [plasmate-mcp](https://github.com/plasmate-labs/plasmate-mcp) - Claude Code, Cursor, Windsurf |
| **Extension** | [plasmate-extension](https://github.com/plasmate-labs/plasmate-extension) - Chrome cookie export |
| **SDKs** | [Python](https://github.com/plasmate-labs/plasmate-python) / [Node.js](https://github.com/plasmate-labs/quickstart-node) / [Go](https://docs.plasmate.app/sdk-go) / [Rust](https://github.com/plasmate-labs/quickstart-rust) |
| **Frameworks** | [LangChain](https://github.com/langchain-ai/langchain/pull/36208) / [CrewAI](https://github.com/plasmate-labs/crewai-plasmate) / [AutoGen](https://github.com/plasmate-labs/autogen-plasmate) / [Smolagents](https://github.com/plasmate-labs/smolagents-plasmate) |
| **Tools** | [Scrapy](https://github.com/plasmate-labs/scrapy-plasmate) / [Audit](https://github.com/plasmate-labs/plasmate-audit) / [A11y](https://github.com/plasmate-labs/plasmate-a11y) / [GitHub Action](https://github.com/plasmate-labs/som-action) |
| **Resources** | [Awesome Plasmate](https://github.com/plasmate-labs/awesome-plasmate) / [Notebooks](https://github.com/plasmate-labs/notebooks) / [Benchmarks](https://github.com/plasmate-labs/plasmate-benchmarks) |
| **Docs** | [docs.plasmate.app](https://docs.plasmate.app) |
| **W3C** | [Web Content Browser for AI Agents](https://www.w3.org/community/web-content-browser-ai/) |