Open
Description
Hi!
I'm trying to use quarto-emacs with python blocks, but it's not working well.
For example, if I have this chunk
```{python}
import matplotlib.pyplot as plt
import numpy as np
```
and use the command poly-eval-region-or-chunk
, I get this error
error("Undefined `polymode-eval-region-function' in buffe..." #<buffer my_file.qmd[python]>)
polymode-eval-chunk(4113)
polymode-eval-region-or-chunk()
funcall-interactively(polymode-eval-region-or-chunk)
command-execute(polymode-eval-region-or-chunk)
I don't know if the problem is from polymode or quarto-emacs directly. I can help to debug this further if you like.
Best.
### Tasks
Metadata
Metadata
Assignees
Labels
No labels