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

possible / how to define a new magic ? #282

Open
parmentelat opened this issue Sep 19, 2024 · 0 comments
Open

possible / how to define a new magic ? #282

parmentelat opened this issue Sep 19, 2024 · 0 comments

Comments

@parmentelat
Copy link

Hi there

I was playing with the idea of creating a new magic

something similar to the %%tutor but for git, by targetting this cool sandbox site
https://learngitbranching.js.org/?NODEMO

I know how to create a new extension for a Python kernel - and have actually written my own brew of %%tutor for such kernels here https://github.com/parmentelat//ipythontutor - but am looking for a clue on how to carry out the same within metakernel

I have tried to use the same recipe as with a python kernel, doing e.g.

%load_ext ipythontutor

but already load_ext is not a known magic...

please point me to the relevant doc if I missed it, or otherwise any hint would be most welcome :)

thanks

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