Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No public description #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,46 @@
# Open in Colab Chrome Extension

This is a simple Chrome extension that, when clicked when viewing a Jupyter
This is a simple Chrome extension that, when clicked while viewing a Jupyter
notebook on GitHub, will open that notebook in
[Google Colab](https://colab.research.google.com/).

The extension simply provides a URL redirect: it reads the current URL and opens
a new tab at https://colab.research.google.com/github/ (or /gist/) with the
user, repository, and notebook path.

The extension supports the following GitHub pages:

* Notebook preview page when browsing a repository's files, e.g.
https://github.com/googlecolab/colabtools/blob/main/notebooks/Gemma_Distributed_Fine_tuning_on_TPU.ipynb
* Gists with .ipynb files, e.g.
https://gist.github.com/peap/f9e32370dd789d4fb2ca470fe8de3931.

## Installing the Extension

The latest release of the extension can be installed from the
[Chrome Web Store](https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo).

## Support

For help with Colaboratory, see https://github.com/googlecolab/colabtools/.
For help with this Chrome extension, use
[the issue tracker](https://github.com/googlecolab/open_in_colab/issues).

For general help with Colab, see
[the FAQ](https://research.google.com/colaboratory/faq.html). For known issues,
or to report a new one, see
[the colabtools issue tracker](https://github.com/googlecolab/colabtools/issues).

## Change Log

Version 1.1.0 (2023-12-07):

* Fix Gist URL handling.
* Migrate to Manifest v3.

Version 1.0.1 (2020-11-25):

* Update extension icons.

Version 1.0 (2018)

* Initial release.
4 changes: 4 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "Open a Github-hosted notebook in Google Colab",
"version": "1.1.0",
"version_name": "1.1.0",
"author": {
"email": "[email protected]"
},
"homepage_url": "https://github.com/googlecolab/open_in_colab/",
"manifest_version": 3,
"icons": {
"16": "images/icon16.png",
Expand Down
Loading