Execute python code chunk in markdown files
Answered
How can I execute a python code chunk in a markdown file (.md) in Intellij? In Rmarkdown, it ist possible to execute code and hence create professional reports. How is this possible in Intellij with markdown?
Please sign in to leave a comment.
Hi Tom,
It is not possible out of the box I'm afraid. Feel free to vote for PY-30371 and leave additional comments there.
See this article if you are not familiar with YouTrack.
Thank you very much for the answer. But is there another solution how to create reports and factsheets in Intellij / Python with markdown and the ability to run Python code? So basically I need something in Python that has the same functionality as Rmarkdown. Any suggestions?
Hi Tom, did you consider Jupyter Notebooks?