You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does not work, throwing the error could not find function "boxpng". I suspect this is because of the implementation in Magic.ts where it uses the regex /plot\(.*\)/g to capture everything with plot and replaces it with a call to png, however like in this example, this doesn't always work. It looks like the inline plots will only work specifically for calls to plot(), and Python is similarly limited to only plt.show().
The text was updated successfully, but these errors were encountered:
When using R for example,
does not work, throwing the error
could not find function "boxpng"
. I suspect this is because of the implementation inMagic.ts
where it uses the regex/plot\(.*\)/g
to capture everything with plot and replaces it with a call topng
, however like in this example, this doesn't always work. It looks like the inline plots will only work specifically for calls toplot()
, and Python is similarly limited to onlyplt.show()
.The text was updated successfully, but these errors were encountered: