colab à HTML

%%shell
jupyter nbconvert --to html //Your notebook path file.ipynb
Mengnan Wang