Skip to content

quarto-emacs doesn't work with python chunks #25

Open
@maikol-solis

Description

@maikol-solis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions