This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from IPython.terminal.prompts import Token | |
# ------------------------------------------------------------------------------ | |
# InteractiveShellApp(Configurable) configuration | |
# ------------------------------------------------------------------------------ | |
## A Mixin for applications that start InteractiveShell instances. | |
# | |
# Provides configurables for loading extensions and executing files as part of | |
# configuring a Shell environment. |