how to comment the whole cell in jupyter notebook code example
Example: 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.