Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%load_ext magic #48

Open
alexisdimi opened this issue Dec 9, 2020 · 1 comment
Open

%load_ext magic #48

alexisdimi opened this issue Dec 9, 2020 · 1 comment

Comments

@alexisdimi
Copy link

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.

@alexisdimi
Copy link
Author

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? ;-))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant