techrah / jupyterext-text-shortcuts

A Jupyter Lab extension for keyboard text shortcuts
MIT License
50 stars 11 forks source link

Specify a list of kernels for a shortcut #17

Open bepoli opened 3 years ago

bepoli commented 3 years ago

Hi, thanks for all your work! I noticed that if I assign a list to the kernel key, the shortcut doesn't work. It would be nice to be able to add a shortcut to a list of kernels, let's say "kernel": ["R_3.6.3", "R_4.1.0"]. Would it be feasible?