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 pytho
Solution 1:
If you have Anaconda installed on your system, then you can use the following comand:
conda install -c conda-forge ipympl
Post a Comment for "Ipympl Install In Jupyter-notebook (python3)"