If you are using jupyter notebook (or jupyter lab) locally on your system, follow these simple steps:
.html
format.
If you are using Google Colab follow these steps to export your notebook to HTML
format:
.ipynb
file to your desired location.
conda activate env_name
nbconvert
package, install it using the following command:
conda install nbconvert
.ipynb
file:
cd file_location
jupyter nbconvert --to html filename.ipynb
.html
file with the same file name.You can go through the nbconvert
installation guide on the official page here: https://nbconvert.readthedocs.io/en/latest/install.html