pythonjupyter-notebook

ModuleNotFoundError: No module named 'pandas' (jupyter notebook)


I don't understand how to install modules to Jupyter Notebook. I tried importing different frameworks but nothing can be imported even though I have everything installed in my system. I'm using pip.

Or maybe there's a way to point Jupyter to a certain virtualenv?


Solution

  • import sys
    !{sys.executable} -m pip install pandas