📜  如何将 colab 笔记本转换为 HTML - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:24.241000             🧑  作者: Mango

代码示例1
# 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 :)