CodeSquire.ai Docs
  • Overview
  • Quickstart
    • Visual Studio Code
    • Google Colab
    • Jupyter Lab
    • BigQuery
    • Jupyter Notebook/ Pycharm/ SQL IDE
  • Tutorial
    • Visual Studio Code
    • Google Colab
    • JupyterLab
    • BigQuery
  • Extras
    • Keyboard Shortcuts
Powered by GitBook
On this page
  • Prerequisites
  • Example
  1. Tutorial

Google Colab

PreviousVisual Studio CodeNextJupyterLab

Last updated 2 years ago

Prerequisites

To use Codesquire in Google Colab extension, you need to install it. Click on the link below to go to a Quickstart Section and learn how to install CodeSquire for Google Colab.

Example

1. After installing Chrome Extension, go to Colab and open or create a new notebook.

2. Type the following comment

# get a sample df from the internet and click Ctrl + Shift + E
df = 

click Ctrl + Shift + E to generate code.

3. The extension will generate the code, you can click Ctrl+Shift+K to copy the code, and Ctrl + Shift+Q to close the window.

Google Colab