Skip to content

Instantly share code, notes, and snippets.

View phelps-matthew's full-sized avatar

Matthew Phelps phelps-matthew

View GitHub Profile
@phelps-matthew
phelps-matthew / ipython_config.py
Created January 10, 2020 02:55
.ipython/profile_default/ipython_config.py
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.