Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to convert colab notebook to HTML

# Download your colab notebook first in ipynb format

# then in your conda or cmd type this code
# with your notebook location
jupyter nbconvert --to html notebook.ipynb

# my website 
buggyprogrammer.com :)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #colab #notebook #HTML
ADD COMMENT
Topic
Name
1+5 =