pip install termcolor
I have jupyter notebook installed through anaconda, whenever i try to install termcolor, it gives me this error and i have no idea how to tackle it.
Error image
Note: you may need to restart the kernel to use updated packages.
‘C:\Users\MY’ is not recognized as an internal or external command,
operable program or batch file.
>Solution :
Do execute a command in command line via jupyter use !
!pip install termcolor