问题标签 [nbconvert]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1527 浏览

python - Jupyter nbconvert LaTex Export Theme

I am using Jupyter Notebook nbconvert (Save as menu) to export as pdf via Latex. However, the pdf file is not in a good shape. For example, some wide tables are shown well. I would prefer to have a box for tables to be resized to the width of the page. Is there any style, template that I can use to have nice reports and how I may ask nbconverter to use that style?

Here is the Latex output:

enter image description here

I would like something like this:

enter image description here

0 投票
1 回答
2700 浏览

python-3.x - 使用 nbconvert 将 Jupyter 笔记本转换为 PDF。希望输出看起来与 jupyter notebook 完全一样

我在学校的一个项目中使用 Jupyter notebook for Python。我想将笔记本转换为 PDF 文件。我安装了 nbconvert 并使它工作。唯一的问题是我希望 pdf 看起来与笔记本本身完全一样,即包括输入和输出单元格周围的边框。当我在单元格中使用 markdown 来评论我的工作时,间距也是错误的。当我转换为 html 时效果很好,但我需要一个 pdf。

tl;dr:我希望 PDF 文件包含单元格周围的边框。

0 投票
0 回答
1161 浏览

python - 尝试使用 nbconvert 从 ipynb 创建 pdf 时出错

我对python比较陌生,我不知道如何调试。我有一个.ipynb我正在尝试转换为 pdf 文件的文件。当我在命令行中运行它时,我收到以下错误。

我发现在github上报告了这个问题,我知道这不是同一个错误,但是我遵循了对其他人有用的东西,但没有解决我的问题。我尝试重新安装 Inkscape。我真的不知道从这里去哪里。任何帮助表示赞赏。

0 投票
1 回答
193 浏览

python - nbconvert 在哪里存储中间 .tex 文件?

我正在使用 Anaconda 提示符将 jupyter notebook 转换为 pdf

提示说创建了一个 notebook.tex 文件。我如何访问它?

谢谢!

0 投票
2 回答
4544 浏览

jupyter - 使用 nbconvert 从 Jupyter Notebook 中删除单元格

How to hide one specific cell (input or output) in IPython Notebook?不工作。

在 Windows 上,我执行以下操作

但得到一个错误

我也试过'{“remove_cell”}'

我正在使用 nbconvert 5.4.0

任何想法如何做到这一点?

0 投票
2 回答
2376 浏览

latex - 尝试将 Jupyter Notebook 转换为 PDF 幻灯片

我正在尝试将使用 RISE 将幻灯片可视化为浏览器中的幻灯片的 Jupyter 笔记本转换为 PDF 文件。PDF 文件应具有横向模式的所有页面,并且类似于浏览器中的视图。当然,动画是不可能的,但应该可以fragments在单个 PDF 幻灯片中组合或分布在多种“累积”幻灯片中(即在它们的前身幻灯片上构建)。

我一直在尝试创建自己的 Jinja 模板,该模板利用beamer文档类生成 LaTeX 文档,但到目前为止没有多大成功。

你知道是否有任何工具或模板或导出器或任何可用的东西可以帮助我完成这个过程?最好是自动地,例如,利用nbconvert

0 投票
1 回答
51 浏览

pandoc - 从 markdown 转换为 tex 时“删除”每个标题

我正在使用nbconvert(使用pandoc)将 Jupyter 笔记本转换为乳胶文件。

pandoc将 markdown 标题转换为 tex 部分。有没有办法“减少”每个标题?

意思是,我想##转换为,section而不是subsection,并###转换为,subsection而不是subsubsection

0 投票
0 回答
1578 浏览

jupyter-notebook - 从 jupyter notebook 转换为 tex 时的多行方程

我正在使用nbconvert将包含 MathJax 方程的 Jupyter 笔记本转换为 tex 文件。一个问题是包含对齐的多线方程,即

在 tex 中转换为

它会产生一个 tex 错误:`unexpected close display math ] after \begin{document}

0 投票
5 回答
28384 浏览

python-3.x - 将 Jupyter 笔记本转换为 MS Word 文档 .doc?

在 Jupyter Notebook 中,我可以使用 nbconvert 将笔记本转换为 pdf 和 HTML。但是,无法将其转换为 .doc(Word 文档)。有没有办法将它转换为 MS Word 保持相同的文本突出显示和表格结构?

0 投票
0 回答
139 浏览

jupyter-notebook - Jupyter Notebook 下载到其他格式不起作用

我在 Linux 上使用 Jupyter,Jupyter 本身运行良好,我需要通过 Jupyter 菜单将我的笔记本下载为 pdf。我尝试按照错误消息安装pandoc,....,只是不成功,仍然出现如下错误:

nbconvert 失败:未找到 pandoc。

我已经安装了 nbconvert 和 pandoc。

谢谢。