notedown icon indicating copy to clipboard operation
notedown copied to clipboard

Markdown <=> IPython Notebook

Results 47 notedown issues
Sort by recently updated
recently updated
newest added

Hi Aaron, thank you for this wonderful package. Is it planed or would be possible to get the option of converting markdown files or notebooks to Rmarkdown? I think that...

As the label says. Using a pipe instead of `-o` appears to work though.

Markdown supports fenced code blocks within itemize or other markdown construct denoted by indentation, as in the following example: `````` # Test file for notedown's handling of indented fenced code...

Project Jupyter now supports a R kernel (https://github.com/IRkernel/IRkernel) It would be nice to support this in translating Rmd to ipynb by removing the %%R magics in the cells and then...

enhancement

We can write in markdown and convert to a notebook. We can convert a notebook to markdown (exported markdown). Notebooks can cache computed output (figures...). Exported markdown stores output figures...

enhancement

(Following from [/r/ipython](http://www.reddit.com/r/IPython/comments/2do4z5/converting_sphinx_rst_to_an_ipython_notebook/)) It is common to use `>>>` at the start of a line in a code block to indicate a line entered into an interactive prompt. Lines without...

enhancement

I got a problem when coverting md to ipynb. Vscode plugin for ipynb can't display the notebook. It lauchs an error "Unexpected token " I think the problem is in...