Question: Will some of the extensions, like ToC, gist work w/ custom kernels?
zbeekman opened this issue · 2 comments
zbeekman commented
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.
zbeekman commented
great, thanks!