Module Not Found Error

Hi,

I am trying to integrating Jupyter with React Native with the help of Python but it’s showing Module Not Found Error. However, I installed all the necessary Python modules. I have came through with an article learn React Native and python - Module not found - "No module named" - Stack Overflow and as per this I installed the missing modules using pip install module_name.

After doing that I problam has been solved but now it’s started showing this error Failed to start the kernel. When I searched about it, I got this reference, Launching Jupyter ALWAYS results in Kernel Failure but when I tried this, I didn’t get any solution.

Kindly guide me how can I get rid of this error.

Thanks