JupyterLab

Prerequisites

Note: We are working on native JupyterLab extension with more extensive features. Join the waitlist below if you are interested. https://forms.gle/31MyoJBtU6V4nAbs8

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

Jupyter Lab

Example

1. After installing Chrome Extension, go to JupyterLab 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