Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
1–9 of 9 posts
Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#2Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#3Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#4This is great! Ever since I briefly worked with .rmd files in combination with RStudio I had it in the back of my mind that it would be nice to have something like it (but lightweight) for Markdown with Python and pipe the output through Pandoc. Jupyter Notebooks are nice, but it gets hacky to use your own editor and the file format is bad for git diffs. I'm definitely going to give Codebraid a solid try.
Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#5So org-babel but with pandoc? I'm on board.
Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#6So org-babel but with pandoc? I'm on board.
What are the advantages of pandoc over orgs builtin export functionality?
If you're not using Emacs, pandoc is a great tool for converting documents (e.g. to HTML, to PDF). And a tool like codebrain would be useful for imitating some of the functionality that org-babel provides.
Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#7This is great! Ever since I briefly worked with .rmd files in combination with RStudio I had it in the back of my mind that it would be nice to have something like it (but lightweight) for Markdown with Python and pipe the output through Pandoc. Jupyter Notebooks are nice, but it gets hacky to use your own editor and the file format is bad for git diffs. I'm definitely going to give Codebraid a solid try.
RMarkdown supports Python. I haven't used it, so I can't vouch for it but I have heard good things about it.
Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#8This is great! Ever since I briefly worked with .rmd files in combination with RStudio I had it in the back of my mind that it would be nice to have something like it (but lightweight) for Markdown with Python and pipe the output through Pandoc. Jupyter Notebooks are nice, but it gets hacky to use your own editor and the file format is bad for git diffs. I'm definitely going to give Codebraid a solid try.
Re: Show HN: Codebraid – Execute Code Blocks in Markdown (Python, Julia, Rust, R)
#9So org-babel but with pandoc? I'm on board.