+ 1
Jupyter Notebook and Pandas
Hello! I have issues with importing pandas in Jupyter - all I got is just "ModuleNotFoundError: No module named 'pandas'" I installed pandas in the terminal in many ways before, still saying that "requirement is satisfied". Could you please help?
3 Answers
0
ipykernel and pandas' requirements are all satisfied, but "'conda' is not recognized as an internal or external command". Or maybe I type it in a wrong place? I do it in the main command line.
0
It's Windows 10.
Worked with installing conda, but then when i type conda install pandas i receive:
ERROR: The install method you used for conda--probably either `pip install conda`
or `easy_install conda`--is not compatible with using conda as an application.
If your intention is to install conda as a standalone application, currently
supported install methods include the Anaconda installer and the miniconda
installer. You can download the miniconda installer from
https://conda.io/miniconda.html.
0
The problem is that I have it already installed :/