[IPython-dev] IPython magic that display version information for dependency modules
jrjohansson at gmail.com
jrjohansson at gmail.com
Mon Jul 8 00:08:37 EDT 2013
Hi
To promote reproducibility of shared IPython notebooks I often find it
useful to include some version information for modules at the end of the
notebook (with lots of dependencies a lot of things can go wrong...).
I've create a simple IPython magic command extension that displays such
information in an HTML table (suitable for use in the notebook). See
http://nbviewer.ipython.org/urls/raw.github.com/jrjohansson/version_information/master/example.ipynb
Is there a built-in functionality of this kind in IPython that I'm not
aware of, or some other better way of doing this? If not I think it would
be a nice to have something like this included directly in IPython.
Best regards
Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130708/02fe82fb/attachment.html>
More information about the IPython-dev
mailing list