Merge metakernel and Ipython magics

Hi, I’m trying to add a new magic to JuPYROOT, and it appears that they have a magics class that interfaces with metakernel, and another that interfaces with Ipython. I’d like to merge these two magics files so that there is one file that works with both.

Is this a known problem, and what are best practices for doing this?

Hi Joseph,

We wrote the magics in metakernel independently from the ones in IPython. We took a slightly different approach because we wanted something that could be more language agnostic. If you’d like to open an issue on https://github.com/Calysto/metakernel we can discuss further there.

Regards,

Steve

Thanks!!!

https://github.com/Calysto/metakernel/issues/206