pythonpipjupyter-notebookyellowbrick

Cannot import installed python library yellowbrick to jupyter notebook


I installed the yellowbrick python library using pip "install yellowbrick". It was installed, but jupyter notebook cannot import the library. When it imports, results show "No module named 'yellowbrick'". But library had perfectly installed.


Solution

  • My experienced the same thing but I tried and it worked by using the following steps :

    1. Open search on your windows
    2. Look for anaconda prompt, and click
    3. conda install -c districtdatalabs yellowbrick (use the following script to install the yellowbrick module)

    enter image description here

    Where do I get the script from? Here I attach the link: https://anaconda.org/DistrictDataLabs/yellowbrick