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
I tried to run these command for plotting a simple graph in a jupyter notebook with R kernel:
pyfigure() pyplot(x,norm(x),color='red') pyplot(x,nmse(4,x),color='green') pyplot(x,laplace(4,x), color='blue') pyshow()
However nothing is shown. In the terminal this error showed up: NameError: name 'plt' is not defined
The text was updated successfully, but these errors were encountered:
There is no Jupyter notebook support in this package and I don't plan to implement it.
Does the code run in the terminal?
Sorry, something went wrong.
Ok, thanks. Yes it runs good. Sometimes it crashes when I executed from the RStudio, but from the terminal runs ok.
No branches or pull requests
I tried to run these command for plotting a simple graph in a jupyter notebook with R kernel:
However nothing is shown. In the terminal this error showed up: NameError: name 'plt' is not defined
The text was updated successfully, but these errors were encountered: