Displaying Jupyter Notebook Code Cell Content As Formatted Markdown/HTML Code Cell Output

Prompted by a Stack Overflow question on whether there was a way to display Python code comments as formatted markdown followed by the code output, I came up with some really simple IPython magic – innovationOUtside/fstring-magic – that will interpret code cell content as a simple formatted string or as an f-string and then display … Continue reading Displaying Jupyter Notebook Code Cell Content As Formatted Markdown/HTML Code Cell Output