jrjohansson / version_information

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

`%install_ext` ipython magic deprecated #12

Closed par2 closed 8 years ago

par2 commented 8 years ago

I get this warning running Python 3.5 and a modern version of Jupyter:

C:\Anaconda\envs\py35\lib\site-packages\IPython\core\magics\extension.py:47: UserWarning: %install_ext` is deprecated, please distribute your extension as a python package.
  "as a python package.", UserWarning)

Do you plan to distribute this package? I find it helpful.

jrjohansson commented 8 years ago

Hi and thanks for your comment. It is already distributed as a package. Use

pip install version_information
par2 commented 8 years ago

Thanks. How do you use in Jupyter? For example, what is the equivalent for:

%version_information numpy scipy pandas

jrjohansson commented 8 years ago

Usage is the same, only installation method changed.