One of my Jupyter notebooks uses an html <input>
tag that expects typed user input, but whenever I type in the text box, command mode keyboard shortcuts activate.
Is it possible to turn off keyboard shortcuts for a single cell or notebook?
You can use Jupyter.keyboard_manager.disable()
to disable the shortcuts temporarily, and use Jupyter.keyboard_manager.enable()
to activate again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With