Replies: 1 comment 2 replies
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Description
Hello,
I’m creating a presentation from a Jupyter Notebook using Quarto with Beamer output. When I run the command:

quarto render sample1a.ipynb --to beamer
It generates a PDF, but it automatically includes the labels "Section 1", "Section 2", etc. before the content of each section. How can I remove these "Section X" labels from the output PDF?
quarto --version : 1.3.433
Windows 10 Pro for Workstations
Python 3.9.0
jupyter --version
Selected Jupyter core packages...
IPython : 7.30.1
ipykernel : 6.6.0
ipywidgets : 7.6.5
jupyter_client : 7.1.0
jupyter_core : 4.9.1
jupyter_server : not installed
jupyterlab : not installed
nbclient : 0.5.9
nbconvert : 6.3.0
nbformat : 5.1.3
notebook : 6.4.6
qtconsole : 5.2.1
traitlets : 5.1.1
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions