Feeds:
Posts
Comments

Posts Tagged ‘python programming’


If you have programmed in Python, perhaps you would know IPython.

IPython is an interactive shell for python programming.

Installing IPython

In the terminal (Ctrl+Alt+T), run the command line

$ sudo apt-get install -y ipython ipython-notebook

and after entering your sudo password, IPython will be installed.

Command to install IPython

Command to install IPython

Running IPython

In the terminal, launch the command

$ ipython
Command to Call the Ipython session

Command to Call the Ipython session

and you will have you session running.

Initial Ipython session

Initial Ipython session

More about IPython in a next post!!! (specially about the notebook) 😉

Cheers, and enjoy life!

Read Full Post »

Design a site like this with WordPress.com
Get started