0

I am new to Linux and python. I am trying to install Jupyter notebook but getting the following error:

enter image description here enter image description here

Please help me resolve this? Thanks in advance

2 Answers 2

2

According to error, you don`t have permissions, so Use:

sudo pip install numpy

But here is way to install jupyter:

sudo apt-get -y install ipython ipython-notebook

sudo -H pip install jupyter

Than run the jupyter :

jupyter notebook

For further info refer: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04

Sign up to request clarification or add additional context in comments.

Comments

1

Brother use sudo with this command like:

sudo pip install numpy 

and you mentioned that you are trying to install Jupiter NoteBook but this is for numpy. And if you want to install Notebook got for this URL: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04

1 Comment

ya. thanks for the answer. actually i had uploaded the wrong image, but the error message was the same though for both jupyter and numpy. thanks again

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.