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

More stuff #4

Closed anntzer closed 8 years ago

anntzer commented 8 years ago

More goodies (note that this builds on top of #3): ignore non-matching NameErrors; only trigger if the NameError was thrown at the frame of the IPython input.

AaronC81 commented 8 years ago

Thanks for this! How did you discover this project?

anntzer commented 8 years ago

By googling "ipython auto import" one day I was passed about the lack of that feature? 😃 But this plugin could benefit from some more publicity, for sure.