Atom/Sublime like Multiple selections in Jupyter
问题 How can I select matching keywords in a Jupyter notebook via a keyboard shortcut? For example, in the Atom/Sublime editor I can hit cmd + D on a mac (or Ctrl + d on Windows) while the cursor is over 'var' and each time I do that the next 'var' will be highlighted. I can then type the new variable name and 'var' is replaced with whatever I typed. var = "hello" print(var) print(var) Is there an equivalent in a Jupyter notebook? 回答1: Add custom.js to C:\Users\username\.jupyter\custom # for