You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? ;-))
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.
The text was updated successfully, but these errors were encountered: