can not start ipython notebook from anaconda

Hello lad

I have installed anaconda into my home directory and added the path to PATH os variable

and installed ipython notebook in anaconda with command

conda install ipython-notebook

it works fine

after that I opened terminal and typed in

ipython notebook

it reported

Could not start notebook. Please install ipython-notebook

Have I done something wrong on the installation?

The output of

conda list | grep ipython

is

ipython                   2.3.1                    py27_0  
ipython-notebook          2.3.1                    py27_0  
ipython-qtconsole         2.2.0                    py27_0
Phil Cooper

Could be a couple of things:

conda installs ipython into the active conda environment. If bash had seen a previous invocation of ipython it might have that location hashed.

Run hash -r to clear the shell hashed lookups after installing anything that places a new executable in your path. Things like:

  • ipython
  • pip
  • binstar
  • ...

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error while trying to launch IPython Notebook from Anaconda

From Dev

Error while trying to launch IPython Notebook from Anaconda

From Dev

ipython notebook command in anaconda opens jupyter notebook?

From Dev

How to start IPython notebook remotely?

From Dev

Run ipython notebook in different anaconda environment (in script)

From Dev

Anaconda: Python 3 and 2 in IPython/Jupyter Notebook

From Dev

How can I import from another ipython-notebook?

From Dev

Can not create a "notebook" using ipython Notebook

From Dev

Converting to (not from) ipython Notebook format

From Dev

iPython/jupyter notebook fails to start "image not found"

From Dev

How to activate Ipython Notebook and QT Console with Python 3.4 in Anaconda 2.0

From Dev

Unable to run ipython notebook or anaconda (conda) commands in terminal

From Dev

How can I remove borders from display of dataframe in iPython QtConsole (Anaconda)?

From Dev

Can not import matplotlib with pyenv ipython notebook

From Dev

Can PyCharm set breakpoints on ipython notebook?

From Dev

Can you upload a data file in a ipython notebook

From Dev

Can a Jupyter / IPython notebook take arguments in the URL?

From Dev

Can PyCharm set breakpoints on ipython notebook?

From Dev

Can't install pip on ipython notebook

From Dev

Run ipython notebook from a remote server

From Dev

Execute IPython notebook cell from python script

From Dev

Install new package from inside ipython Notebook

From Dev

Get Output From the logging Module in IPython Notebook

From Dev

Matplotlib: Save figure as file from iPython notebook

From Dev

ipython notebook output from child process

From Dev

Sending data from a web app to an ipython notebook

From Dev

Display SVG in IPython notebook from a function

From Dev

IPython Notebook - early exit from cell

From Dev

Locally save data from remote iPython notebook

Related Related

  1. 1

    Error while trying to launch IPython Notebook from Anaconda

  2. 2

    Error while trying to launch IPython Notebook from Anaconda

  3. 3

    ipython notebook command in anaconda opens jupyter notebook?

  4. 4

    How to start IPython notebook remotely?

  5. 5

    Run ipython notebook in different anaconda environment (in script)

  6. 6

    Anaconda: Python 3 and 2 in IPython/Jupyter Notebook

  7. 7

    How can I import from another ipython-notebook?

  8. 8

    Can not create a "notebook" using ipython Notebook

  9. 9

    Converting to (not from) ipython Notebook format

  10. 10

    iPython/jupyter notebook fails to start "image not found"

  11. 11

    How to activate Ipython Notebook and QT Console with Python 3.4 in Anaconda 2.0

  12. 12

    Unable to run ipython notebook or anaconda (conda) commands in terminal

  13. 13

    How can I remove borders from display of dataframe in iPython QtConsole (Anaconda)?

  14. 14

    Can not import matplotlib with pyenv ipython notebook

  15. 15

    Can PyCharm set breakpoints on ipython notebook?

  16. 16

    Can you upload a data file in a ipython notebook

  17. 17

    Can a Jupyter / IPython notebook take arguments in the URL?

  18. 18

    Can PyCharm set breakpoints on ipython notebook?

  19. 19

    Can't install pip on ipython notebook

  20. 20

    Run ipython notebook from a remote server

  21. 21

    Execute IPython notebook cell from python script

  22. 22

    Install new package from inside ipython Notebook

  23. 23

    Get Output From the logging Module in IPython Notebook

  24. 24

    Matplotlib: Save figure as file from iPython notebook

  25. 25

    ipython notebook output from child process

  26. 26

    Sending data from a web app to an ipython notebook

  27. 27

    Display SVG in IPython notebook from a function

  28. 28

    IPython Notebook - early exit from cell

  29. 29

    Locally save data from remote iPython notebook

HotTag

Archive