Fix issue when jupyter notebook does not open because of huge output generated - vicgalle/wiki-example GitHub Wiki
If you can not open a jupyter notebook or it spends too many time to open and loaded it, because of the huge output generated, the following command clean the output by command line
$ jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace notebook.ipynb