pip install -U yellowbrickHi there manishdxsy and thanks for checking out Yellowbrick! I'm sorry you're experiencing challenges with your installation, but unfortunately you have not provided us with any of the information we need to help you figure out what has gone wrong. We would need to know, at a minimum:
The most likely case is that you have multiple versions of Python installed on your machine (e.g. both a vanilla Python and a Conda, or a Conda Python 2 and a Conda Python 3), and when you try to pip/conda install packages, they are being installed to a different version of Python than the one you are using to launch your Jupyter notebooks.
Hope this helps!