Print Markdown in the HTML widget using Markdown package
I've uploaded a Jupyter Notebook in Github explaining two ways to print Markdown in a Jypyter Notebook:
- Using the IPython
Markdown()
class. - Using the HTML ipywidget and the markdown package.
The first option is straightforward, but the second one is much more powerful because can be used with other widgets, as shown in the following screenshot: