Vscode-jupyter: Split Jupyter Cell

Created on 11 Oct 2019  路  11Comments  路  Source: microsoft/vscode-jupyter

Feature: Notebook Editor, Interactive Window, Python Editor cells

Description

Hi! This is a mindblowing addition to vscode, and I'm amazed by how much functionality you've already implemented.

That being said, I can't find a way to "split" cells (usually ctrl + shift + -). Apologies if I missed an existing issue for this, or if it's already implemented and I just haven't found it.

Thanks!

enhancement

Most helpful comment

Bump for this issue as well. Maintaining consistent keyboard shortcut behavior between jupyter nb/lab is crucial for the adoption of this vs code feature. In general, there doesn't seem to be any ability to modify interactive JPNB shortcuts in the keybindings settings.

All 11 comments

Thanks for the suggestion, it is not currently implemented.

Hi, I'm having the same problem. Is there a workaround?

There is no workaround, it simply isn't implemented yet.

Also cut, copy, paste seem to be missing.
Tried as a workaround to create a sell, cut and paste, but that doesn't seem to work.

split and merge cells are just part of the daily Jupyter experience. Hope seeing that soon in VS Code (and most importantly, with the original keybindings included)馃檹

Bump for this issue as well. Maintaining consistent keyboard shortcut behavior between jupyter nb/lab is crucial for the adoption of this vs code feature. In general, there doesn't seem to be any ability to modify interactive JPNB shortcuts in the keybindings settings.

Just googled to arrive here. Any work arounds that are convenient?

[ESC], A, Highlight the part with dragging, [CTRL]+X, [CTRL]+P

Simple but dragging

@maxmarketit you wrote ctrl p. did you not mean ctrl v?

Need split cell ++vote

  • 1 vote for split cell
Was this page helpful?
0 / 5 - 0 ratings