The main window of Fable Python is the interactive Console :

In the console you can type your favourite Python commands to do online calculations and plot e.g. :

Will produce this plot :

Plotting

You can plot NumPy float arrays using the command :

In the future more plotting commands will be adding for plotting y(x), 2d arrays as images, 3d plots

Scripts

You can execute a Python script using this built-in command :

Running the plottest.py script :

Produces the following plot :