I am working on a project where I need to write text in markdown cells one after another. However, manually adding and editing cells becomes tedious. I am looking for a way to programmatically add new markdown cells with a given markdown script.
I have tried multiple approaches using ChatGPT, which mainly involved IPython.core.display
methods, but none worked out.