R/Jupyter.R

Defines functions p_ly html_wrap

html_wrap <- function(x) paste('<html>', x, '</html>')
p_ly <- function(x)
    sub('<script.*plotly-latest.min.js\">',
        '<script src="https://cdn.plot.ly/plotly-latest.min.js">',
        x)

Try the JuliaCall package in your browser

Any scripts or data that you put into this service are public.

JuliaCall documentation built on Sept. 8, 2022, 5:10 p.m.