Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Split cell in jupyter/ipython not working

Tags:

ipython

I've tried to use the command for spliting cell 'm -' but it doesn't work. All the reset of the key commands work fine with either esc or fn key as modifiers. I'm also in the correct mode(edititng mode).

like image 869
Char Avatar asked Apr 29 '26 07:04

Char


1 Answers

Splitting cell is Ctrl+Shift+- (minus sign) in edit mode.

like image 70
Erv Avatar answered Apr 30 '26 22:04

Erv