ipymd
ipymd copied to clipboard
Edit Rmarkdown documents in Jupyter notebook
.Rmd -> R notebook with R kernel unless kernel specified in metadata.
`.Rmd` files should be fully compatible. A minor issue is, that jupyter will dump quite some metadata to the Rmd which is of limited interest to the user. `.nb.html` is...
Test case: ```{python, collapsed=TRUE} %config InlineBackend.figure_format = 'svg' ``` ```{python} n = 256 X = np.linspace(-np.pi,np.pi,n,endpoint=True) Y = np.sin(2*X) fig, ax = plt.subplots( nrows=1, ncols=1 ) ax.plot (X, Y+1, color='green',...
- [ ] ANSI 2 HTML for Exceptions (https://pypi.python.org/pypi/ansi2html) - [ ] nicer tables - [ ] render equations - [ ] syntax highlighting