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

Add an ipython magic command for quick algebra construction #393

Open
eric-wieser opened this issue Feb 19, 2021 · 0 comments
Open

Add an ipython magic command for quick algebra construction #393

eric-wieser opened this issue Feb 19, 2021 · 0 comments

Comments

@eric-wieser
Copy link
Member

eric-wieser commented Feb 19, 2021

Something that came up on discord - for quick prototyping in an interactive shell, it would be neat to be able to do something like

%basis ++++-

in IPython, and have it run:

layout, blades = Cl(4, 1, 0)
locals().update(blades)

or similar.

Custom magics are documented here

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

No branches or pull requests

1 participant