Skip to content

Instantly share code, notes, and snippets.

@Anselmoo
Created April 22, 2022 15:05
Show Gist options
  • Save Anselmoo/6b2be95982bd4800154c18bc6f1a5ab4 to your computer and use it in GitHub Desktop.
Save Anselmoo/6b2be95982bd4800154c18bc6f1a5ab4 to your computer and use it in GitHub Desktop.
c.InteractiveShellApp.exec_lines = [
"import numpy as np",
"import pandas as pd"
]
c.TerminalInteractiveShell.color_info = True
c.TerminalInteractiveShell.colors = 'NoColor'
c.TerminalInteractiveShell.highlight_matching_brackets = True
c.TerminalInteractiveShell.highlighting_style = "dracula"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment