简体   繁体   中英

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.

在 anaconda 提示符或命令提示符下使用以下命令:

conda install yellowbrick

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM