Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Installing Jupyter [SOLVED]

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Installing Jupyter [SOLVED]

#1 Post by ramack »

Short question:
I've signed up for a Udemy short course for Python and the instructor is using a Mathematica looking notebook environment called Jupyter which I've been trying to install. Has anyone successfully installed Jupyter?

I'll go into more detail if I get any hits.
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: Installing Jupyter [SOLVED]

#2 Post by ramack »

Marking as solved.

https://odedrabhavesh.blogspot.in/2017/ ... named.html
The above blog's solution fixed the issue that was keeping Jupyter from starting, which ultimately turned out to be an issue with python-pip, running as pip.
Bottom line is the solution fixed all errors, hopefully it won't cause more that I haven't found yet, ha.
The solution:

Code: Select all

# apt-get purge -y python-pip
$ wget https://bootstrap.pypa.io/get-pip.py
$ python ./get-pip.py
# apt-get install python-pip
Now onto Python...
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

Post Reply