Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ipympl install in jupyter-notebook (python3)

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

like image 203
John Typas Avatar asked Mar 08 '26 19:03

John Typas


1 Answers

Just install ipyml, you don't need extra actions.

pip install ipympl 
like image 180
Jalil Nourmohammadi Khiarak Avatar answered Mar 10 '26 15:03

Jalil Nourmohammadi Khiarak