AaronC81 / ipython-auto-import

:inbox_tray: Automatically import a Python library in IPython when you forget to import it
MIT License
55 stars 3 forks source link

Installation script and installation instructions are broken. #7

Closed elemakil closed 8 years ago

elemakil commented 8 years ago

The extension name should be import_wrapper (underscore instead of minus). This needs to be changed in the instructions as well as the install script.

On branch master. Using IPython 5.0.0 on MacOS X 10.11.5

AaronC81 commented 8 years ago

I've renamed all instances of import-wrapper to import_wrapper now; please check this fixes it for you (on master).

elemakil commented 8 years ago

Can confirm that this is resolved.