Elrylas
Elrylas

Reputation: 9

Jupyter notebook version

Here is my problem: I am currently using Jupyter notebook with my conda environment.

I wanted to update it to the latest version (6.0.3 atm) to have access to the NotebookApp.use_redirect_file tag in the config file (because Jupyter doesn't want to open the URL).

When I type jupyter notebook --version it shows 5.7.8 but when I type conda list, notebook is 6.0.3.

I have tried to uninstall and install anaconda again but it didn't fix it. I don't have other ideas.

Thanks in advance!

Edit: I just realised my problem is not what I thought. I just need to use anaconda3/bin/jupyter-notebook instead of the actual notebook. Maybe it's a problem with the PATH or I need to create an alias. I'm not really got with these things. If someone could tell me what to put in my .bashrc or provide me an other solution, I would be thankful.

Upvotes: 0

Views: 1604

Answers (2)

Elrylas
Elrylas

Reputation: 9

Ok, finally I fixed my problem, It seems that the problem was due to anaconda using the wrong version of Python. So the Jupyter version that I wanted was installed but Anaconda couln't use it. Now everything is working.

Upvotes: 0

Emre
Emre

Reputation: 86

I've added a photo for you and you can update or install a specific version of Jupyter Notebook using your Anaconda Navigator screen by settings button on Jupyter Notebook card.

https://i.sstatic.net/1w7vR.png

To access Anaconda Navigator:

1st Step Download Anaconda Distribution from link

2nd Step Follow installation instructions from link and install Anaconda Distribution

3rd Step Run Anaconda Navigator and you will see the Jupyter Notebook card on the main screen that I added in the answer.

Best of luck!

Upvotes: 1

Related Questions