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
Asked
Active
Viewed 2.8k times
2 Answers
6
If you have Anaconda installed on your system, then you can use the following comand:
conda install -c conda-forge ipympl

NerdOnTour
- 634
- 4
- 15

Sal.te
- 115
- 7
5
Just install ipyml, you don't need extra actions.
pip install ipympl

Jalil Nourmohammadi Khiarak
- 418
- 6
- 10