1. ipynb文件转HTML格式导出(不是file -> download as html)
    格式:
    jupyter nbconvert --to html --template basic filename.ipynb
    例子:
    D:\codeworkplace\jupyter-notebook>jupyter nbconvert mnist手写数字版.ipynb
    [NbConvertApp] Converting notebook mnist手写数字版.ipynb to html
    [NbConvertApp] Writing 366487 bytes to mnist手写数字版.html
  2. 最后到该目录下找到html文件
    ipynb文件转htmlipynb文件转html

相关文章:

  • 2021-12-17
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-08-30
  • 2022-01-20
  • 2021-08-28
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-09-07
  • 2022-01-10
  • 2022-12-23
  • 2021-04-11
相关资源
相似解决方案