-2

I am trying to install researchpy with pip install researchpy or pip3 install researchpy on Jupyter but it gives the following error:

ModuleNotFoundError                       Traceback (most recent call last)
ModuleNotFoundError: No module named 'researchpy'

Could you help me to install it?

monamona
  • 1,195
  • 2
  • 17
  • 43
  • 1
    Does this answer your question? [Installing a pip package from within a Jupyter Notebook not working](https://stackoverflow.com/questions/38368318/installing-a-pip-package-from-within-a-jupyter-notebook-not-working) – Tomer Shetah Oct 12 '20 at 14:22

1 Answers1

1

You run the command below from the terminal(like cmd.exe):

pip install researchpy
gtomer
  • 5,643
  • 1
  • 10
  • 21