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

ERROR: Line magic function %mathplotlib not found. #20

Closed
ualisher opened this issue Feb 24, 2017 · 1 comment
Closed

ERROR: Line magic function %mathplotlib not found. #20

ualisher opened this issue Feb 24, 2017 · 1 comment

Comments

@ualisher
Copy link

I'm using jupiter provided by dataquest and I get an error
"ERROR: Line magic function %mathplotlib not found". I searched online and the solutions are variants of installation of more recent versions of python. But since the jupiter resides on your server, I can't do that. Can you please suggest a solution? Thanks.

@jaypeedevlin
Copy link
Contributor

Hi @ualisher,

The reason you are getting that error is because there is a typo in your code.

Instead of %mathplotlib inline you need %matplotlib inline, ie without the 'h'.

Also, the best place for support is to use the ? icon at the top of the Dataquest platform - it could be really easy for a message here to get missed.

I hope this helps!

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