Andrew Ellis

Results 5 comments of Andrew Ellis

I agree, this would be very nice.

What should happen if you call ``` R""" ggplot(mtcars, aes(drat, wt)) + geom_point() """ ``` in a `jmd` file? In a Jupyter notebook, the resulting figure is shown. I cannot...

It certainly renders, but is there no way to get the output included in the weaved markdown file?

doing this has the same result: ```julia using RCall, DataFrames d = DataFrame(v = [3,4,5], w = [5,6,7], x = [1,2,3], y = [4,5,6], z = [1,1,2]) ggplot(d, aes(x=:x,y=:y)) +...

Hi, I've tried, and the issue is not fixed. I think this might be related to #4659