Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7fe797

Browse files
colors in interactive shell
1 parent 6ff17c0 commit d7fe797

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

IPython/terminal/embed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def embed(**kwargs):
295295
if config is None:
296296
config = load_default_config()
297297
config.InteractiveShellEmbed = config.TerminalInteractiveShell
298-
config.InteractiveShellEmbed.colors='nocolor'
299298
kwargs['config'] = config
300299
#save ps1/ps2 if defined
301300
ps1 = None

0 commit comments

Comments
 (0)