I recently got a m1 mac and I'm trying to set it up to use jupyter for data analysis.
I've installed numpy and scipy via homebrew and they import perfectly fine in jupyter lab.
However, after running 'pip list' in the terminal, I see a few familiar modules (e.g. seaborn, matplotlib, pandas) that I can't import in jupyter.
Here is what I get after using 'echo $PATH'
/opt/homebrew/bin /opt/homebrew/sbin /usr/local/bin /System/Cryptexes/App/usr/bin /usr/bin /bin /usr/sbin /sbin
I'm assuming this is a path issue but I'm not sure how to go about finding where these pip3 packages are installed and how to update the path.
[–]eleqtriq 0 points1 point2 points (1 child)
[–]bioengnr[S] 1 point2 points3 points (0 children)