Google Colab
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.
Google ColabExample
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.
Last updated