Skip to content
New issue

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

It doesn't show in Jupyter notebook. #6

Open
piperod opened this issue Mar 9, 2017 · 2 comments
Open

It doesn't show in Jupyter notebook. #6

piperod opened this issue Mar 9, 2017 · 2 comments

Comments

@piperod
Copy link

piperod commented Mar 9, 2017

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

@mpastell
Copy link
Owner

mpastell commented Mar 9, 2017

There is no Jupyter notebook support in this package and I don't plan to implement it.

Does the code run in the terminal?

@piperod
Copy link
Author

piperod commented Mar 9, 2017

Ok, thanks. Yes it runs good. Sometimes it crashes when I executed from the RStudio, but from the terminal runs ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants