jupyter nbconvert --to FORMAT xxx
作者:互联网
$ jupyter nbconvert --to FORMAT notebook.ipynb
This will convert the Jupyter notebook file notebook.ipynb
into the output format given by the FORMAT
string.
通过命令行把.npynb文件转换成网页形式浏览,得到html之后使用查看源(source),然后把source粘贴到Google sites中的某个block中去
Build internal project hubs, team sites, public-facing websites, and more—all without a designer, programmer, or IT help. With the new Google Sites, building websites is easy. Just drag the content where you need it. (refer to: https://support.google.com/a/users/answer/9314941?hl=en)
标签:FORMAT,--,xxx,sites,source,notebook,nbconvert,ipynb 来源: https://www.cnblogs.com/LilyLiya/p/16147364.html