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

%%!? does not display the shell execute docstring #2865

Closed
rlmv opened this issue Jan 29, 2013 · 3 comments
Closed

%%!? does not display the shell execute docstring #2865

rlmv opened this issue Jan 29, 2013 · 3 comments

Comments

@rlmv
Copy link
Contributor

rlmv commented Jan 29, 2013

Neither %%!? nor ?%%! display the docstring for the shell execute cell magic. Each case gives a separate error message, however:

In [1]: %%!?
ERROR: Line magic function `%` not found.
In [2]: ?%%!
Object `%%` not found.
@minrk
Copy link
Member

minrk commented Jan 29, 2013

That is a hilarious sequence of characters. You can see the help by doing %%system?, but obviously you can't find that out without inspecting %%! first.

@rlmv
Copy link
Contributor Author

rlmv commented Jan 29, 2013

Mmm yeah - actually, the %%! docstring doesn't actually indicate that it's a shortcut for %%system - it's pretty obvious, but that should probably be added.

JustinL42 added a commit to JustinL42/ipython that referenced this issue Oct 13, 2013
JustinL42 added a commit to JustinL42/ipython that referenced this issue Oct 13, 2013
@JustinL42 JustinL42 mentioned this issue Oct 14, 2013
@mrshu
Copy link
Contributor

mrshu commented Dec 15, 2013

Given the fact that the PR #4387 was closed two months ago I believe that this issue can be closed as well.

@minrk minrk closed this as completed Dec 16, 2013
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

3 participants