如何删除或更改 Visual Studio 中 jupyter notebooks pdf 的 header 代码?

How to remove or change the header of jupyter notebooks pdf in Visual Studio Code?

我在 Visual Studio 代码中,我创建了以下 jupyter notebook:

我想知道如何删除或修改我用 VSCode.

将此笔记本导出为 pdf 时生成的 pdf header(下图红圈)

我知道这与 \maketitle 生成的乳胶文档类似 header,但我不知道如何删除它或如何更改标题、添加作者或更改日期。我还想知道如何减少生成的 pdf 的边距(在我的乳胶文档中,我使用 \geometry for)。

感谢您的帮助:

事实上,将jupyter文件转换为PDF的最佳方式不是通过vsocd或记事本。我们可以通过Chrome浏览器打开jupyter文件,然后通过打印转成PDF,这样可以不调整标题,打印时可以调整行距。