From the IPython reference
highlighting_style
Deprecated, and has not effect, use IPython themes
The name or class of a Pygments style to use for syntax highlighting. To see available styles, run pygmentize -L styles.
What is the replacement configuration for this?
I used to have
c.TerminalInteractiveShell.highlighting_style = "dracula"
From the IPython reference
highlighting_styleDeprecated, and has not effect, use IPython themes
The name or class of a Pygments style to use for syntax highlighting. To see available styles, run
pygmentize -L styles.What is the replacement configuration for this?
I used to have