cjdrake / ipython-magic

IPython Magic Functions
BSD 2-Clause "Simplified" License
16 stars 7 forks source link

Doesn't work with Jupyter #5

Closed DavidNemeskey closed 7 years ago

DavidNemeskey commented 7 years ago

My version 6.1.0, and when I try to %load_ext gvmagic, I get the error message 'ImportError: No module named 'IPython.utils.warn''

cjdrake commented 7 years ago

Looks like maybe the IPython.utils.warn module was deprecated? I haven't exactly been keeping up-to-date on IPython/Jupyter development lately, so that wouldn't surprise me.