Calysto / metakernel

Jupyter/IPython Kernel Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugging magics

brainysmurf opened this issue · comments

I wrote a magic handler that worked for a while. Then I made some changes to my kernel and not it suddenly does not. How do I go about debugging a magic, to confirm it's been loaded, or to see issues when trying to register it?

I have determined that when I have my developer environment installed (with -e flag in the requirements file) the magic works. However, when I've installed the kernel with setup install machinery it does not. Please advise.