0

I've downloaded Anaconda, and tried to run jupyter notebook from the command prompt on windows. For some reason, whenever I do it I get the following error:

enter image description here

Any help would be appreciated!

Thanks,

Albert

bugsyb
  • 5,662
  • 7
  • 31
  • 47
  • Could you add more details? Are you using Windows or Linux? – Bradley Robinson Sep 21 '17 at 15:21
  • 1
    the executable is not in your system path, try running full path or adding the directory of jupyter in your system env variables – Chen A. Sep 21 '17 at 15:21
  • @BradleyRobinson that's a windows error – Chen A. Sep 21 '17 at 15:22
  • please see the discussion to your issue on here https://stackoverflow.com/questions/35134225/jupyter-from-cmd-line-in-windows – Gonzales Gokhan Sep 21 '17 at 15:22
  • as @GonzalesGokhan suggested in the comment-section you may have to look over it first. or try this among the list of programs click on anaconda-prompt and type the command 'jupyter notebook' if path is properly set then it should work – Lohith Sep 21 '17 at 15:34

2 Answers2

0

On windows, the installer can offer you to add the variable to the path, so that you can use it in command line (it is marked as "not recommended").

I suggest that you uninstall and reinstall Anaconda and that you choose this option.

Restart your command prompt and you should be good to go.

Louis
  • 112
  • 5
-3
(base) C:\Users\HOME>E:

(base) E:\>cd E:\jupyter\test

after entering these commands wait for some time and it redirects to jupyter notebook

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92