Write %%capture
as the first line of the cell to catch cell output. You can use the options --no-stderr
, --no-stdout
, --no-display
, and --output
to control which cell outputs will be caught. See more details here.
Write %%capture
as the first line of the cell to catch cell output. You can use the options --no-stderr
, --no-stdout
, --no-display
, and --output
to control which cell outputs will be caught. See more details here.