We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
See this SO https://stackoverflow.com/questions/54101454/vs-code-python-extension-dataframe-not-shown-in-output
Sorry, something went wrong.
rchiodo
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: