Ejemplo n.º 1
0
def load_ipython_extension(ipython: InteractiveShell) -> None:
    # pyre-fixme[16]: `InteractiveShell` has no attribute `prompts`.
    ipython.prompts = CustomPrompt(ipython)
Ejemplo n.º 2
0
def load_ipython_extension(ipython: InteractiveShell) -> None:
    ipython.prompts = CustomPrompt(ipython)