You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed jupyterlab-myst and relevant packages. Everything behaves well inside Jupyterlab. The problem arises when I try to convert md file (coming from ipynb file) into pdf or tex through "myst build filname.md --pdf" : all expressions containing {eval} role are not converted, the values are replaced by empty space.
Proposed solution
Additional notes
I have attached the md file with the {eval} role expressions and the obtained pdf file after build the md file. forGithub_myst.md
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Description
I have installed jupyterlab-myst and relevant packages. Everything behaves well inside Jupyterlab. The problem arises when I try to convert md file (coming from ipynb file) into pdf or tex through "myst build filname.md --pdf" : all expressions containing
{eval} role
are not converted, the values are replaced by empty space.Proposed solution
Additional notes
I have attached the md file with the
{eval}
role expressions and the obtained pdf file after build the md file.forGithub_myst.md
forgithub-myst.pdf
The text was updated successfully, but these errors were encountered: