Table of Contents

iPython - matplotlib

About

matplotlib in iPython

Managememnt

Start

To start IPython with matplotlib support, use the –matplotlib switch.

ipython --matplotlib

Conf

You can also request a specific backend with

%matplotlib backend

where:

Documentation / Reference