Skip to content

Instantly share code, notes, and snippets.

@yasinuygun
Created October 8, 2024 13:41
Show Gist options
  • Save yasinuygun/85ecddb3368a8d6ea9e077a6f214b41a to your computer and use it in GitHub Desktop.
Save yasinuygun/85ecddb3368a8d6ea9e077a6f214b41a to your computer and use it in GitHub Desktop.
.ptpython.config.py
def configure(repl):
repl.show_docstring = True
repl.show_signature = True
repl.use_code_colorscheme('dracula')
repl.show_line_numbers = True
repl.highlight_matching_parenthesis = True
repl.enable_mouse_support = True
repl.complete_while_typing = True
repl.enable_fuzzy_completion = True
repl.prompt_style = 'ipython'
repl.enable_auto_suggest = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment