jupyter comment code example
Example 1: shortcut for commentin multiple rows in jupyter
Ctrl key + / key
Example 2: jupyter notebook comment a cell
Mark the content of the cell and press Ctrl+ /.
It will comment out all lines in that cell.
Repeat the same steps to uncomment the lines of your cell.