Gregory Shklover

Results 6 comments of Gregory Shklover

Same issue here. Question mark could be part of the text handled by a custom-defined magic. Current token transform handling manipulates line magic input. Suggested solution: add support for line...

Workaround: > from IPython.core.inputtransformer2 import HelpEnd, EscapedCommand > HelpEnd.priority = EscapedCommand.priority + 1

Submitted PR: https://github.com/ipython/ipykernel/pull/1247

Converted to "draft" to resolve differences vs ":recursive:" feature in autosummary.

Added suggestion here: https://github.com/libcpr/cpr/pull/1125 Did not validate yet