jupyter / jupyter/notebook

No module named paths while running the jupyter notebook

Open
#5,697 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

I have installed python in C:\Python38-32 this directory. I have installed pandas package using c:\python38-32\python.exe -m pip install pandas command and it installed successfully. But now in jupyter notebook when I enter import pandas as pd it is showing 'no module named pandas' error. Please help

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking which Python executable the notebook kernel uses and compare it with C:\Python38-32\python.exe, then test the pandas import in that kernel. Done means the reported notebook environment can import pandas, or the issue is redirected as an environment-support question.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, pandas, python
Domain
data, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.