remove output from jupyter notebook while execution code example
Example: jupyter notebook delete the output
jupyter nbconvert --clear-output --inplace my_notebook.ipynb
jupyter nbconvert --clear-output --inplace my_notebook.ipynb