Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

pip upgraded: matplotlib, pandas, numpy jupyter not loading libraries #67

Open
ludiusvox opened this issue Apr 14, 2019 · 2 comments
Open

Comments

@ludiusvox
Copy link

ludiusvox commented Apr 14, 2019

I have only berryconda 3 installed, I used 'conda install matplotlib', it works successfully, but when I go to run it in Jupyter notebook it doesn't compile it returns an error 'library not found'. This error occurs for pandas, matplotlib, numpy in jupyter.

I flashed installed the newest version of debian and that's how I got matplot lib working.
I am not getting these same errors in jupyter on ubuntu on my PC.

List of commands not working in jupyter:
%matplotlib inline
import pandas as pd
import numpy as np

I saw the youtube video supposedly scientific python is supposed to come with berryconda so I don't know what the deal is

@ludiusvox ludiusvox changed the title pip upgraded: matplotlib, pandas, numpy pip upgraded: matplotlib, pandas, numpy jupyter not loading libraries Apr 14, 2019
@jjhelmus
Copy link
Owner

Did you use conda to install notebook, numpy, and pandas? Berryconda creates a separate install of Python from the system provided version. You need to install the libraries you require into this environment. If you do not conda install notebook the system provided version will be used. You can verify which version will be run by looking at the result of which jupyter. The berryconda version should be first in the list and begin with the path where you installed berryconda.

@ludiusvox
Copy link
Author

ludiusvox commented Apr 17, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants