Cell magics cannot handle --help when the cell is empty
Open
bug
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 819
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
It is not possible to get help using a command like `%%gremlin --help` unless there is something else in the cell on another line. It would be nice if that was not required. Perhaps for argument processing we should move from directly using `argparse` to using `@magic_arguments()` decorators
Also an exception is displayed beneath the help text.
Contributor guide
Assessment
This issue has not been assessed yet.