lemon967/open_in_colab-main
收藏资源简介:
# 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/). 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. ## 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 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/master/notebooks/colab-github-demo.ipynb), and click the extension icon to open the notebook in Colab.
数据集概述
数据集功能
- 该Chrome扩展程序旨在当用户在GitHub上查看Jupyter笔记本时,通过点击扩展图标,将笔记本内容直接在Google Colab中打开。
安装方式
- 从Chrome Web Store安装: 用户可以直接从Chrome Web Store安装最新版本的扩展。
- 从源代码安装:
- 克隆此仓库至本地。
- 打开Chrome浏览器,进入
chrome://extensions。 - 启用开发者模式。
- 点击“Load Unpacked”,选择
open_in_colab仓库的位置。 - 访问GitHub上的笔记本,如此示例,点击扩展图标即可在Colab中打开。



