Is it possible to save a Google Colaboratory Notebook to HTML?
问题 I have a Google Colaboratory Notebook for Data Analysis that I want to output as a HTML file as currently not everything loads within the Colab environment such as large Folium Heatmaps. Is it possible to export the notebook as a html file as opposed to the ipynb and py options? 回答1: Google Colab doesn't currently have such a feature as a built-in. Your best route is to first download it through File > Download .ipynb and then use the standard tool for Jupyter Notebook conversion, nbconvert :