How can I open an IPython notebook without the output? September 26, 2023 by Tarik you can use cli to clear outputs jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace Notebook.ipynb