error in missingno module import in Jupyter Notebook

Getting error in missingno module import in Jupyter Notebook . It works fine in IDLE . But showing "No missingno module exist" in Jupyter Notebook . Can anybody tell me how to resolve this ?

2 Answers

Installing missingno through anaconda solved the problem for me

1

This command helped me:conda install -c conda-forge/label/gcc7 missingno You have to make sure that you run Anaconda prompt as Administrator.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like