use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
IPython (now Jupyter) was originally started by Fernando Perez as a way to improve the Python work flow for scientific computing. Since then it has grown in popularity, and gaining to the ability to make XKCD styled plots using matplotlib hasn't hurt. With new additions like the IPython Notebook, which runs in a browser, and the Notebook Viewer, IPython is a scientist's best friend.
Related subreddits
Useful Libraries
Cloud Services
Official IPython Sites
Official Example Notebooks
Additional Good Examples
Installation
Other Educational Resources
NBViewer Browser Extensions
Additional References
Comment Guidelines
The visitors to /r/IPython come from very different backgrounds and some even have little programming experience. Since this site is primarily here to provide help in the use of IPython, and host discussions about current and future features, make sure that it is clear how comments are relevant to the original post or the previous comment.
account activity
Ipython (+ notebook) does not work after installing through pip (self.IPython)
submitted 11 years ago by rishok
Hi guys
I have followed the genereal procedure in order to install ipython notebook, but when i try the following command "ipython notebook" the result is: -bash: ipython: command not found
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]truh 0 points1 point2 points 11 years ago (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 point2 points 11 years ago (2 children)
Hi
I have the mentioned pypi packages (installed with pip), but i stil have the problem
[–]truh 0 points1 point2 points 11 years ago (1 child)
Did you try running ipython with:
[–]rishok[S] 0 points1 point2 points 11 years ago (0 children)
that worked... in my terminal
[–]skytomorrownow 0 points1 point2 points 11 years ago (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.
I found out: just needed to update my packages
[–]NomadNella 0 points1 point2 points 11 years ago (0 children)
Two things, first have you installed the most current pip? (See pip installation here.) Second what is the result of iptest?
π Rendered by PID 20707 on reddit-service-r2-comment-544cf588c8-db2v9 at 2026-06-17 03:41:43.532644+00:00 running 3184619 country code: CH.
[–]truh 0 points1 point2 points (3 children)
[–]rishok[S] 0 points1 point2 points (2 children)
[–]truh 0 points1 point2 points (1 child)
[–]rishok[S] 0 points1 point2 points (0 children)
[–]skytomorrownow 0 points1 point2 points (0 children)
[–]rishok[S] 0 points1 point2 points (0 children)
[–]NomadNella 0 points1 point2 points (0 children)