-
Notifications
You must be signed in to change notification settings - Fork 76
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
Implement magic commands #63
Comments
Note for reference:
|
Would it be insane to make |
Maybe not make it a dependency but use it if it's available? |
Note: we would probably only need IPython and not ipykernel. |
If it's just |
@SylvainCorlay currently, all magic commands rise parsing error. It would be great to just ignore these commands during runtime for now, otherwise, it is blocking the developer to use this kernel for debugging purposes. |
That is an excellent suggestion! I think we will start with that. |
Don't forget the ! magic. |
Not sure about other people, but for me:
is the big one. But maybe there is a better way to reload a function that has been modified? |
Please, don't forget to implement sql magics https://github.com/catherinedevlin/ipython-sql. Thanks! |
magic command still not working? |
@pratikchhapolika some are now implemented and can be tested on Binder: https://mybinder.org/v2/gh/jupyter-xeus/xeus-python/stable?filepath=notebooks/xeus-magics.ipynb |
Version=0.8.0 ? |
@pratikchhapolika You can use 0.8.2 (the latest at the moment) |
Just wanted to follow up on this. In the meantime, is there a workaround for reloading modules? |
may you also consider adding support for matlplotlib widgets, i.e not just matplotlib inline magic.
|
Hi, is there any ongoing work on magic commands in xeus-python? I'd really like to try out the jupyterlab debugger, but I cannot when the magics don't work then... |
The magics extension system has been ported to xeus-python, and most custom magics willl work out of the box. However, the matplotlib magics and other core magics of IPython have not been integrated as they rely a lot of specific ipython internals. There is ongoing work for matplotlib specifically. |
Thanks for the update @SylvainCorlay! |
…2149511edb02423b7e41b5c4c Automated Changelog Entry for 0.5.3 on main
Line magics:
Cell magics:
The text was updated successfully, but these errors were encountered: