Are there any shortcuts for code indentation editing in a jupyter notebook like available in VScode, sublime, etc? Specifically, I need help for shifting back a selected piece of code by one tab space.
Ctrl-] : indent
Ctrl-[ : shifting back indentation
if it doesn't work, then try:
Tab : indent
Shift + Tab : shfting back indentation
You can select the code block using Ctrl + A
and then use
Ctrl + ] indent
Ctrl + [ dedent
For complete list of Jupyter notebook key shortcuts visit here
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