Importing imblearn in Jupyter is not working

988 Views Asked by At

I have installed imblearn using pip in command in command line and I'm able to import imblearn in python console. but when i use import imblearn in jupyter i'm getting error "ModuleNotFoundError: No module named 'imblearn'".

I know there are many answers in stackoverflow but nothing has worked. Thats the reason i'm posting new question.

Importing imblearn in python console works fine

While importing imblearn in jupyter i'm getting error

I tired differnt option like.

  1. installing !pip install imblearn in jupyter itself and restarted the kernel.
  2. and updating sklearn in jupter.

Please let me know if any other way is there to solve this issue or any other details is required.

0

There are 0 best solutions below