I was wondering, if there is a PRO way of commenting/removing multiline # comments in JupyterNotebooks.
# line1
# line2
# line3
Something like SHIFT + " for adding triple quotes.
I was wondering, if there is a PRO way of commenting/removing multiline # comments in JupyterNotebooks.
# line1
# line2
# line3
Something like SHIFT + " for adding triple quotes.
CTRL+/ for comment and uncomment multiple lines you can press 'h' anywhere in command mode, you can find all the shortcuts of jupyter.
For the big bunch of people that does not use an english keyboard, probably the adequate keys are in other place. In the case of a Spanish Keyboard, I can comment/uncomment lines using "Ctrl + }"
For those with a Portuguese keyboard and Windows operating system, CTRL + ~
comments multiple lines.
simply we can use the control + / (back slash) button to we can comment multiple lines at a time.