Sublime-like edits in Jupyter Notebook
18 Sep 2017 | tutorialtags: software
I’ve found some conflicting information online regarding getting sublime-like edits (e.g. ctrl+D selecting the next instance of what’s selected) so I thought I’d post what’s worked for me as recently today (September 18th, 2017)
- Navigate to
~/.jupyter/custom/
(create it if it doesn’t exist) - Open
custom.js
(also create if it doesn’t exist) - Paste the following:
Feel free to comment more optimal or up to date methods.
Cheers :)