Python alternative to R Markdown [closed] Python alternative to R Markdown [closed] python python

Python alternative to R Markdown [closed]


You should really check out ipython notebook (now it's called Jupyter because it supports many languages including R), it can be a little difficult to install for those beginning with Python, so I might also suggest the Anaconda Python Distribution which includes it by default.

allows you to execute code, enter markdown formatted text, display graphs and much much more.