Changing style of PDF-Latex output through IPython Notebook conversion

后端 未结 3 1760
梦毁少年i
梦毁少年i 2021-02-15 23:09

Currently with the following command of my .ipynb file:

$ ipython nbconvert --to latex --post PDF Untitled1.ipynb --SphinxTransformer.author=\"John Doe\"
[NbConv         


        
3条回答
  •  隐瞒了意图╮
    2021-02-15 23:51

    You probably have to either select a different template, or build your own. Try e.g. adding the --template book argument to your nbconvert command.

    Since IPython 2 doesn't have the book template anymore, you'll probably need to roll your own.

提交回复
热议问题