Notebook
Notebook demo
Markdown cells flow through the Quarto pipeline.
print('hello from a notebook')
Output
hello from a notebook
2 + 2
Output
4Output
| a |
|---|
| 1 |
plot()

Markdown cells flow through the Quarto pipeline.
print('hello from a notebook')
hello from a notebook
2 + 2
4| a |
|---|
| 1 |
plot()
