Greeting. I have an issue installing the ipympl module to my jupyter-notebook path. If I pip install it it says that I installed it for python2.7 (and I obviously want it for python3). now I also cannot conda install it since my conda prompt is not working. I am at a loss

1 Answer

If you have Anaconda installed on your system, then you can use the following comand:

conda install -c conda-forge ipympl 

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