1

I want to have jupyter notebook installed. But on my MacBook Pro (OS X El Capitan) and my web server (Debian 7), I get the same error: jupyter notebook is not a jupyter command.

I just follow the official installation instruction. And no error occurs during installation.

I searched for solutions but none of them works. What should I do now?

7
  • You may need to install the jupyter-notebook package separately. I needed to do this on Arch Linux, not sure how it is on OS X or Debian. Commented Apr 6, 2016 at 3:04
  • 1
    pip install notebook Commented Apr 6, 2016 at 4:45
  • @crunch it doesn't work. Commented Apr 6, 2016 at 13:24
  • @cel it doesn't work too. Commented Apr 6, 2016 at 13:25
  • then check the path to pip and jupyter and see if you are using the right pip. Commented Apr 6, 2016 at 13:41

4 Answers 4

1

After trying a bunch of solution, I found the quickest solution: using conda instead of pip. Or just use anaconda, which provides jupyter, too.

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

Comments

0

I meet withe the same problem when I use fish,when I switch to bash,everything works well!

1 Comment

Does this relate to jupyter?
0

In my case, it was a matter of agreeing to the Xcode License Agreement with: sudo xcodebuild -license, before running sudo pip install notebook.

Comments

0

What worked for me was to use the following command in MacOS High Sierra 10.13.

$HOME/anaconda3/bin/activate

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.