0

In jupyter notebook, I am calling a function of a library that does IPython.display.display(IPython.display.Markdown(...)) (see How to programmatically generate markdown output in Jupyter notebooks?). It successfully displays the desired Markdown.

However, if I close the notebook tab, and open it again, the output is replaced with <IPython.core.display.Markdown object>.

Is there a way to avoid this automatic change, and keep the desired Markdown?

Codoscope
  • 892
  • 1
  • 10
  • 18

0 Answers0