[SciPy-User] Is it good practice to use IPython notebooks as your Python IDE?

Thomas Kluyver takowl at gmail.com
Sun Mar 15 13:36:08 EDT 2015


On 15 March 2015 at 02:08, Athanasios Anastasiou <athanastasiou at gmail.com>
wrote:

> *) A few modules will not work properly through iPython. This means that
> it will either not be possible to use it at all (I.e. multiple processes )
> or that it will be too slow or that if the code fails at a minor point, the
> whole notebook will have to be restarted (I.e. if it involves db
> connection(s) ).


Please let us (IPython) know about these kinds of cases. It may be that
there are things for us to fix in IPython, or we may be able to work with
package authors to avoid things like database connections that can only be
reset by restarting the kernel.

Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20150315/9310785f/attachment.html>


More information about the SciPy-User mailing list