Notebook: Is there any shortcut to insert a new line below the current line?

Created on 14 Sep 2018  路  11Comments  路  Source: jupyter/notebook

As described in the title.

Most helpful comment

esc b is a shortcut to add a new cell beneath the current one. Likewise, esc a inserts a new cell above the current one.

All 11 comments

esc b is a shortcut to add a new cell beneath the current one. Likewise, esc a inserts a new cell above the current one.

esc b is a shortcut to add a new cell beneath the current one. Likewise, esc a inserts a new cell above the current one.

That's nice and all, but what about lines (not cells!)

I have the same requirement銆侷nserting a new line now is not that convenient like pycharm which has a shortcut "shift + enter"

On a Mac you can use fn + return.

is there any solution yet ?

anyone?

Yes you simply click on the area to the left of In [ ] until the box goes from Green to Blue, then Type 'a' for a new cell, on windows. Not sure if it is the same for mac

just pressing 'end' key then 'enter' will do

just pressing 'end' key then 'enter' will do

wow that's old gold smart way thank u

alt + enter will do

Would really appreciate this functionality. In VSCode we have Shift-Enter and it saves a whole load of time when entering parameters.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

toasteez picture toasteez  路  3Comments

cancan101 picture cancan101  路  3Comments

mmngreco picture mmngreco  路  3Comments

arbaazsama picture arbaazsama  路  3Comments

ehossain1982 picture ehossain1982  路  3Comments