I know there is a "." missing while reading csv file in the end. That I have done knowingly just to show you what extra error am getting everytime. The problem is whenever I do any mistake in coding I get this assertionError : wrong color format everytime . can you help me with this ?
It might be that you are using a recent IPython version (8.0) but do not have the required (recent) pygments version (as per https://github.com/ipython/ipython/issues/13441). An explicit requirement of pygments>=2.4.0 was added in IPython 8.1. The options are: