You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
ludiusvox
changed the title
pip upgraded: matplotlib, pandas, numpy
pip upgraded: matplotlib, pandas, numpy jupyter not loading libraries
Apr 14, 2019
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.
On Tue, Apr 16, 2019 at 8:56 AM Jonathan J. Helmus ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJbt2yh1IvC8Y-x994oQAur7F_vHS9Phks5vhchkgaJpZM4cuWbS>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: