The following command will create a html file without the code:
jupyter nbconvert inspect.ipynb --no-input --no-prompt
Where the file is called inspect.ipynb and the output of the above is inspect.html.
I would like to know how to make the width of the cells in the output (not within jupyter lab) wider.