1

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.

Udishan
  • 125
  • 5

2 Answers2

2

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

0

Use the following on your anaconda prompt or command prompt:

conda install yellowbrick
Divyessh
  • 2,540
  • 1
  • 7
  • 24