question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Split Jupyter Cell

See original GitHub issue

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!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:77
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

23reactions
jonsel087commented, Apr 28, 2020

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.

13reactions
karipullicommented, Jan 9, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found