Support for python markdown in jupyter notebooks?
Is python markdown through nbextensions supported for jupyter notebooks? I.e. if I have a code cell:
a = 3 * 4
can a subseqent markdown cell use:
The value of a: {{a}}
I have jupyter_contrib_nbextensions installed but have no idea how to enable them in the pycharm jupyter notebooks
Please sign in to leave a comment.
Hi,
Sorry, but Markdown extensions are not supported at the moment, please see: https://youtrack.jetbrains.com/issue/PY-35179
Feel free to vote, comment and follow.
It has been a year since this issue was identified, yet the issue persists for me. I purchased PyCharm for its Jupyter integration. Displaying variables in markdown cells seems to me like something many people utilize. Why is this feature still not supported?
Hello,
Please vote for the issue in order to increase its priority.