emacs-jupyter/jupyter

[Q] How do I wrap the results in a markdown block?

Opened this issue · 1 comments

I have tried:

#+begin_src jupyter-python :kernel py_base :session emacs_py_1 :async yes :exports both :results raw :wrap "src markdown"
print("iced")
#+end_src

#+RESULTS:
:RESULTS:
#+begin_src markdown
#+end_src
: iced
:END:

But as you see, it doesn't work.

Yeah I've also wanted this for a while, I suspect the machinery to do this is probably just broken in emacs-jupyter because of the non-standard ways it tries to handle outputs