Packages from Conda env not found in Jupyer Notebook
问题 I created an environment called imagescraper and installed pip with it. I then proceed to use pip to install a package called ImageScraper; >>activate imagescraper [imagescraper]>>pip install ImageScraper Just to ensure that I have the package successfully installed: >>conda list [imagescraper] C:\Users\John>conda list # packages in environment at C:\Anaconda2\envs\imagescrap # future 0.15.2 <pip> imagescraper 2.0.7 <pip> lxml 3.6.0 <pip> numpy 1.11.0 <pip> pandas 0.18.0 <pip> pip 8.1.1 py27