Digits Deepdetect

使用jupyter nbconvert转换jupyter notebook笔记为Markdown格式

· by 王峰 · Read in about 1 min · (79 Words)
Jupyter nbconvert Hugo

nbconvert

Jupyter Notebook Conversion

Google Group Build Status Documentation Status Documentation Status codecov.io

用法

    $ jupyter nbconvert --to <output format> <input notebook>
  • 其中:`可以是下面几种:

-* HTML -* LaTeX -* PDF -* Reveal JS -* Markdown (md) -* ReStructured Text (rst) -* executable script

例子: Convert a notebook to HTML

    $ jupyter nbconvert --to html mynotebook.ipynb

This command creates an HTML output file named mynotebook.html.

资源

Comments