User Tools

Site Tools


ipython_notes

This is an old revision of the document!


favorite configuration

configure prompts

dummy

command history

%history -g -f filename

Examples of valid filenames

  • ipython_history_asof_20220318_1753.txt
  • x/ipython_history_asof_20220318_1755.txt
  • c:/Users/raju/x/ipython_history_asof_20220318_1756.txt

Examples of invalid filenames

  • ~/x/ipython_history_asof_20220318_1755.txt
  • /c/Users/raju/x/ipython_history_asof_20220318_1756.txt

how is the default ipython prompt created?

See https://github.com/ipython/ipython/blob/master/IPython/terminal/prompts.py → Prompts class → in_prompt_tokens(), continuation_prompt_tokens(), rewrite_prompt_tokens(), out_prompt_tokens()

ipython_notes.1647640805.txt.gz · Last modified: 2022/03/18 22:00 by raju