Not yet published to chrome web store. Manual installation (currently the only option).
A Chrome extension that extracts content from Jupyter notebooks for use with large language models.
- Extract both code and markdown cells
- Filter out empty cells
- Apply prompt templates
- Select specific cells for extraction
- Copy to clipboard or download as text file
- Dark mode support
Note: This extension is not yet available on the Chrome Web Store.
- Download the repository as a ZIP file and extract it
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" (toggle in the top-right corner)
- Click "Load unpacked" and select the extracted folder
- Navigate to any Jupyter notebook
- Click the extension icon in your toolbar
- Choose your extraction options:
- Select which cell types to include
- Choose a prompt template (optional)
- Select specific cells (optional)
- Click "Copy to Clipboard" or "Download as File"
The extension consists of four main components:
popup.html/js
: User interfacecontent.js
: Extracts notebook content from the pagebackground.js
: Handles file downloadsmanifest.json
: Extension configuration
MIT License