1

I did a "pip3 install --upgrade notebook" to get the latest version of Jupyter notebook (5.1.0). The installation went fine, but when I launch "jupyter notebook" from the terminal and then go into "help>about" it is still running 4.2.1 Can someone tell me how to launch the new version?

Jupyter Notebook HELP>ABOUT

Jupyter Notebook HELP>ABOUT screenshot

Screenshot showing terminal to launch Jupyter Notebook

Screenshot showing terminal to launch Jupyter Notebook

sslack88
  • 1,403
  • 3
  • 10
  • 15
  • You used `pip3 install` but you start it from a python2 environment? That seems like a possible source of the problem. – MSeifert Sep 16 '17 at 15:38
  • How can I start it from the python3 environment? – sslack88 Sep 16 '17 at 16:00
  • I don't know. It's your environment. Check the documentation of whatever distribution you use (Canopy, right?). – MSeifert Sep 16 '17 at 16:06
  • 1
    I fixed the problem. I went into Canopy and it was set to be my default Python environment. I set it not to be the default in the Canopy preferences. Once I did that and launched Jupyter Notebook, it ran the new version. Thanks! – sslack88 Sep 16 '17 at 16:21

0 Answers0