jrjohansson / version_information

IPython magic command for showing version information for dependency modules in a notebook.
54 stars 17 forks source link

IPython is deprecating %install_ext #9

Closed moorepants closed 9 years ago

moorepants commented 9 years ago

See: https://github.com/ipython/ipython/pull/8601

The solution is to make this a pip installable package.

jrjohansson commented 9 years ago

Thanks for bringing this to my attention. I will make a package for this extension.

jrjohansson commented 9 years ago

There is a package on pypi now that can be installed with pip:

https://pypi.python.org/pypi/version_information/1.0.3
moorepants commented 9 years ago

Thanks!