JupyterLab
Prerequisites
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 LabExample
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