Replies: 3 comments 2 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
-
Or how is this done in jupyter notebook? Highlighting important sentences/words `\frametitle{Sample frame title} In this slide, some important text will be \begin{block}{Remark} \begin{alertblock}{Important theorem} \begin{examples} Or `\begin{stepenumeratewithalert} \item Ell. \item Fue. \item Ere. \item Apl. \item Analis |
Beta Was this translation helpful? Give feedback.
-
Regarding, the size of your Python table, see #5855 for similar "issue", thus similar answer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to show the output of this python code in jupyter notebook.

xxx1=df_fil2.groupby('Inte')['2023_Costs'].describe().round(1) xxx1
But the result is out of the beamer slide, it's a table but the same thing happens to me when I deal with an image as a graphic.
Beta Was this translation helpful? Give feedback.
All reactions