Keyboard customise ipython
%%javascript
IPython.keyboard_manager.command_shortcuts.add_shortcut('q','jupyter-notebook:run-cell-and-select-next')
IPython.keyboard_manager.command_shortcuts.add_shortcut('w','jupyter-notebook:enter-edit-mode')
#use esc and q to execute a cell like shift enter
#w to enter edit mode