Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maikol-solis opened this issue Jan 17, 2024 · 0 comments
Open

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

maikol-solis opened this issue Jan 17, 2024 · 0 comments

Comments

@maikol-solis
Copy link
Contributor

maikol-solis commented Jan 17, 2024

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

No tasks being tracked yet.
@maikol-solis maikol-solis changed the title quarto-emacs doesn't work with python blocks quarto-emacs doesn't work with python chunks Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant