Python Code Cells
Opened this issue · 0 comments
ketozhang commented
How does one create a Python code cell in .md
files? The documentation states:
Python (.py): code cells are delimited by double line breaks. Markdown cells = Python comments. [TODO: this doesn't work well, see #28 and #31]
However double line breaks are not working say for this example:
#H1
print('hi')