In Jupyter Notebook , i can see that multilines commenting with triples quotes such as:
''' multi
lines
commented
out'''
will be printed in the [out] cell.
Is there a way to prevent that from happening? (ie not having the commented out lines printed in the output?