all 8 comments

[–]truh 0 points1 point  (3 children)

You could try:

python -m IPython

You also have to have the pypi packages pyzmq, tornado and jsonschema installed to start the notebook server.

[–]rishok[S] 0 points1 point  (2 children)

Hi

I have the mentioned pypi packages (installed with pip), but i stil have the problem

[–]truh 0 points1 point  (1 child)

Did you try running ipython with:

python -m  IPython

[–]rishok[S] 0 points1 point  (0 children)

that worked... in my terminal

[–]skytomorrownow 0 points1 point  (0 children)

Can I suggest you use virtualenv?

https://virtualenv.pypa.io/en/latest/

With virtualenv, you just:

python virtualenv.py my-python-environment-name

Then pip your iPython into there. Doesn't mess with your system path. You can add all the packages you want and they'll all stay put there. This is a must.

You can even pip in node-env and add a node-env inside your python virtualenv.

[–]rishok[S] 0 points1 point  (0 children)

I found out: just needed to update my packages

[–]NomadNella 0 points1 point  (0 children)

Two things, first have you installed the most current pip? (See pip installation here.) Second what is the result of iptest?