Split Jupyter Cell
See original GitHub issueFeature: 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!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:77
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Split Cells — jupyter_contrib_nbextensions 0.5.0 documentation
Enter command mode (esc), use shift-s to toggle the current cell to either a split cell or full width. Next Previous. © Copyright...
Read more >Jupyter Notebook Ctrl+Shift+- (splitting cell) does not work
Ctrl + Shift + - is supposed to split the cell from where the cursor is ...
Read more >Split Your Jupyter Notebooks (In 2 Lines of Code)
One operation that is surprisingly common is to split the notebook into multiple sub-notebooks, usually based on headings/titles.
Read more >Ipython/Jupyter notebook - Split Cell Tutorial. - YouTube
Demo of split cells in the ipython / jupyter notebook.Code is Currently here.https://github.com/cdknorow/ notebook.
Read more >Split a code cell at cursor position? Add a cell above/below?
In edit mode, you can press Ctrl+Shift+Minus to split the current cell into two at the cursor position · In command mode, you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.