-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,18 @@ | ||
# Open In Colab Chrome Extension | ||
# Open in Colab Chrome Extension | ||
|
||
This is a simple chrome extension that, when clicked when viewing a Jupyter | ||
notebook on github, will open that notebook in | ||
[Google Colab](http://colab.research.google.com/). | ||
This is a simple Chrome extension that, when clicked when 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 http://colab.research.google.com/github/ with the user, repository, | ||
and notebook path. | ||
a new tab at https://colab.research.google.com/github/ (or /gist/) with the | ||
user, repository, and notebook path. | ||
|
||
## 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). | ||
|
||
## Development Install | ||
## Support | ||
|
||
To install the extension directly from source: | ||
|
||
1. Clone this repository to your local disk. | ||
2. Open the Chrome browser, and navigate to chrome://extensions. | ||
3. Ensure that developer mode is enabled (see the switch in the upper-right). | ||
4. Click "Load Unpacked" and choose the location of the `open_in_colab` | ||
repository. You should see a little colab icon appear in your Chrome | ||
extensions icons in your browser bar. | ||
5. Navigate to a notebook on github (e.g. | ||
https://github.com/googlecolab/colabtools/blob/main/notebooks/colab-github-demo.ipynb), | ||
and click the extension icon to open the notebook in Colab. | ||
For help with Colaboratory, see https://github.com/googlecolab/colabtools/. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters