paulovn / sparql-kernel

A Jupyter kernel to launch queries against SPARQL endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

%load_ext magic

alexisdimi opened this issue · comments

Would it make sense to support the python kernel's %load_ext magic?

Even if the internals of sparqlkernel are too different from the ipython kernel, it would be useful for loading custom (or customized) extensions.

By way of background: I came across the ipython autotime extension, and tried to load it like this to see if it would work with sparqlkernel:

%load_ext autotime

But sparqlkernel does not recognize this magic, so I got no further. (So, independently of this feature request: Any tips for how to time cell execution in sparqlkernel? ;-))