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.