This file contains hidden or 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
# coding: utf-8 | |
#---------------------------------------------------- | |
# .ipython/profile_default/startup/00-prompts-start.py | |
#---------------------------------------------------- | |
# 参考: <https://ipython.readthedocs.io/en/stable/config/details.html#custom-prompts> | |
# 将此文件添加到".ipython/profile_default/startup/"即可 | |
from IPython.terminal.prompts import Prompts, Token |
NewerOlder