Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahk-d/ChatGPT-Google-Colab
A ChatGPT-based tool to decode Jupyter notebooks and the similar python notebook environments like Google Colab, etc.
https://github.com/ahk-d/ChatGPT-Google-Colab
Last synced: 1 day ago
JSON representation
A ChatGPT-based tool to decode Jupyter notebooks and the similar python notebook environments like Google Colab, etc.
- Host: GitHub
- URL: https://github.com/ahk-d/ChatGPT-Google-Colab
- Owner: ali-h-kudeir
- License: gpl-3.0
- Created: 2023-01-29T11:49:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T05:55:40.000Z (10 months ago)
- Last Synced: 2024-06-19T03:11:37.379Z (5 months ago)
- Language: TypeScript
- Homepage: https://alihkudeir.com/chatgpt-for-google-colab
- Size: 1.26 MB
- Stars: 57
- Watchers: 1
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt - ChatGPT for Google Colab - Embed ChatGPT inside Google Colab. (Browser extensions / Examples)
- awesome-chatgpt - ChatGPT for Google Colab - Embed ChatGPT inside Google Colab. (Browser extensions / Examples)
README
# ChatGPT for Google Colab
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ali-h-kudeir/chatgpt-google-colab/pre-release-build.yml)
![Visitors](https://visitor-badge.glitch.me/badge?page_id=ali-h-kudeir.chatgpt-google-colab&left_color=green&right_color=red)
[![Twitter Follow](https://img.shields.io/twitter/follow/ali_h_kudeir?style=social)](https://twitter.com/ali_h_kudeir)A browser extension to interact with ChatGPT inside Google Colab code cells.
[Install from Chrome Web Store](https://chrome.google.com/webstore/detail/chatgpt-for-google-colab/dfhfeifekpgapdlhfakecbbinnnfoohh)
[Install from Mozilla Add-on Store](https://addons.mozilla.org/en-US/firefox/addon/chatgpt-for-google-colab/)
## 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
![Screenshot](screenshots/extension.jpeg?raw=true)### Light
![Screenshot](screenshots/extension-light.jpeg?raw=true)## 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
![Screenshot](screenshots/brave.png?raw=true)
Disable "Prevent sites from fingerprinting me based on my language preferences" in `brave://settings/shields`
## Build from source
1. Clone the repo
2. Install dependencies with `npm`
3. `npm run build`
4. Load `build/chromium/` or `build/firefox/` directory to your browser## Credit
This project is inspired by [Wong2/chatgpt-google-extension](https://github.com/wong2/chatgpt-google-extension/)