Jupyter notebook 导出不带代码的Jupyter笔记本

Jupyter notebook 导出不带代码的Jupyter笔记本,jupyter-notebook,export-to-pdf,Jupyter Notebook,Export To Pdf,有没有办法将Jupyter笔记本导出为PDF格式,没有代码,只有图表。 我尝试另存为HTML,但无法删除带有代码的单元格 有没有建议如何从HTML中删除代码单元格或导出没有代码的笔记本?第一次安装“texlive xetex” 然后使用“nbconvert”将其转换 sudo apt-get install texlive-xetex jupyter nbconvert --to pdf test.ipynb 第一次安装“texlive xetex” 然后使用“nbconvert”将其转换 s

有没有办法将Jupyter笔记本导出为PDF格式,没有代码,只有图表。 我尝试另存为HTML,但无法删除带有代码的单元格


有没有建议如何从HTML中删除代码单元格或导出没有代码的笔记本?

第一次安装“texlive xetex” 然后使用“nbconvert”将其转换

sudo apt-get install texlive-xetex
jupyter nbconvert --to pdf test.ipynb

第一次安装“texlive xetex” 然后使用“nbconvert”将其转换

sudo apt-get install texlive-xetex
jupyter nbconvert --to pdf test.ipynb
jupyter nbconvert--转换为pdf code.ipynb
jupyter nbconvert--转换为pdf code.ipynb