The following steps will get you up and running with the IPython environment:
- Open up a Terminal window on your computer and type ipython. You should be immediately presented with the following:
- Just to show you how great IPython is, type in ls, and you would be greeted with the directory listing! Yes, you have access to common Unix commands straight from your Python prompt inside the Python interpreter.
- Now, let's try changing directories. Type cd at the prompt, hit space, and now hit Tab. You should be presented ...