Skip to content

How to change figure size in beamer format with jupyter notebook? #12062

Answered by mcanouil
gVallverdu asked this question in Q&A
Discussion options

You must be logged in to vote

If you don't execute the cell, previous result is used.
You can see in the JSON that your "saved" computation is an image "<Figure size 640x480 with 1 Axes>".

You need to remember that Jupyter Notebook saves the results in itself, including images.
By default, Quarto does not execute the cells if there are stored results in the notebook.
Use --execute flag.

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@mcanouil
Comment options

@mcanouil
Comment options

@gVallverdu
Comment options

@mcanouil
Comment options

Answer selected by gVallverdu
@gVallverdu
Comment options

@mcanouil
Comment options

@gVallverdu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants