Skip to content
Discussion options

You must be logged in to vote

Sorry I missunderstood... I thought only top-level expressions are collected and the rest is ignored.
However I think I found a working solution: plt.ioff()

---
title: Parameter Report
format: 
  typst:
    papersize: a4
    fontsize: "11pt"
    margin:
      x: 2cm
      y: 2cm
    keep-typ: true
    keep-md: true
    keep-ipynb: true
execute:
  echo: false
ipynb-shell-interactivity: all
---


```{python}
#| output: false
from IPython.display import Markdown
from IPython.display import display
import matplotlib.pyplot as plt
import numpy as np
plt.ioff()

```


# Data
Introduction Page....

```{python}
#| output: asis
for i in range(5):
  display(Markdown("""
{{< pagebreak >}}
"""))
  di…

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@cderv
Comment options

@FranzForstmayr
Comment options

@cderv
Comment options

Comment options

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

@FranzForstmayr
Comment options

@mcanouil
Comment options

@FranzForstmayr
Comment options

Answer selected by FranzForstmayr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants