ChatGPT for Google Colab
A browser extension to interact with ChatGPT inside Google Colab code cells.
Install from Chrome Web Store
Install from Mozilla Add-on Store
Supported Jupyter notebook environments
Currently I'm only supporting Google Colab, and very soon to include Jupyter Notebook local and online versions as well.
Screenshot
Dark
Light
Features
- [x] Free
- [x] All features supported with your ChatGPT account.
- [x] Pre-made prompts for code fixing, refactoring, summarizing, explaining, and comments adding.
- [x] A text area for custom ChatGPT with and without code context for generic interaction.
- [x] Dark & Light mode support.
- [x] Adapting to newly added code cells.
- [ ] Supporting other notebooks environments
- [x] Copying ChatGPT responses
Troubleshooting
How to make it work in Brave
Disable "Prevent sites from fingerprinting me based on my language preferences" in brave://settings/shields
Build from source
- Clone the repo
- Install dependencies with
npm
npm run build
- Load
build/chromium/
or build/firefox/
directory to your browser
Credit
This project is inspired by Wong2/chatgpt-google-extension