Do this: #%% from beakerx import * Plot(title="Title", xLabel="Horizontal", yLabel="Vertical", initWidth=500, initHeight=200) This will show this output: $Unknown mime type for data We should explain more of what the problem is.
Do this:
#%%
from beakerx import *
Plot(title="Title",
xLabel="Horizontal",
yLabel="Vertical",
initWidth=500,
initHeight=200)
This will show this output:
$Unknown mime type for data
We should explain more of what the problem is.