How to split cell in VSCode Jupyter Notebook?

Viewed 6333

How can a Jupyter notebook cell be split in VSCode? I.e., how to split a single cell with multiple lines into two cells with the top lines (above the cursor) in one cell and the bottom lines (below the cursor) in another cell?

I've tried Cntrl Shift - using the Daily Insiders Python Extension, but it doesn't seem to do anything.

3 Answers

ctrl shift - works for VSCode (version 1.66.2) on Mac (Monterey 12.3.1)

Related