Skip to content

Instantly share code, notes, and snippets.

@iandanforth
Created December 3, 2017 22:59
Show Gist options
  • Select an option

  • Save iandanforth/1e2efee1213933311db51d73a5d7b091 to your computer and use it in GitHub Desktop.

Select an option

Save iandanforth/1e2efee1213933311db51d73a5d7b091 to your computer and use it in GitHub Desktop.
Enable smooth scrolling with arrow keys in Jupyter Notebooks
%%javascript
Jupyter.keyboard_manager.command_shortcuts.remove_shortcut('up');
Jupyter.keyboard_manager.command_shortcuts.remove_shortcut('down');
@H-Sorkatti
Copy link

Very useful. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment