We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
poly-eval-region-or-chunk
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.
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm trying to use quarto-emacs with python blocks, but it's not working well.
For example, if I have this chunk
and use the command
poly-eval-region-or-chunk
, I get this errorI 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
The text was updated successfully, but these errors were encountered: