minrk/ipython_extensions

Question: Will some of the extensions, like ToC, gist work w/ custom kernels?

zbeekman opened this issue · 2 comments

I'm wondering if these extensions (or at least a subset of them) are expected to work with arbitrary custom kernels. Obviously magics will not be guaranteed to work with any kernel, but ones like gist, ToC, etc. should, no?

Thanks!

minrk commented

The nbextensions should work with any kernel, but the ipython extensions only work with the IPython kernel.

great, thanks!