Hi all,
I am incredibly thrilled, on behalf of the amazing IPython Dev Team,
to announce the official release of IPython 1.0 today, an effort
nearly 12 years in the making. The previous version (0.13) was
released on June 30, 2012, and in this development cycle we had:
~12 months of work.
~700 p
On 2013/08/08 12:33 AM, bruno.pace wrote:
> Hey all!
>
> I have been using interactive mode inside classes for a long time, but now
> I'm just trying to use it in a Shell (idle or even in terminal) and it's not
> working.
>
> I try even simple stuff like:
>
> import matplotlib.pyplot as plt
>
> plt
Hey all!
I have been using interactive mode inside classes for a long time, but now
I'm just trying to use it in a Shell (idle or even in terminal) and it's not
working.
I try even simple stuff like:
import matplotlib.pyplot as plt
plt.ion()
plt.plot([1.6,2.7])
plt.draw()
I have found in a to