Tom Chiu
Results
2
comments of
Tom Chiu
Thanks @BenRussert. However, it does not change after I added "--colors='Linux'" to my kernel.json. The color is still the same: { "argv": [ "/home/xxx/anaconda3/bin/python", "-m", "ipykernel_launcher", "--colors='Linux'", "-f", "{connection_file}" ],...
I think I found a solution. In my case, --colors='Linux' does not work, but --colors='NoColor' work. Now all error messages have no color (ie white), and I can change the...