SpencerPark / IJava

A Jupyter kernel for executing Java code.
MIT License
1.07k stars 211 forks source link

Disable ASNI control characters in output #163

Open santiagobasulto opened 1 week ago

santiagobasulto commented 1 week ago

Is there a way to disable all the ANSI escape characters for terminal formatting? For example:

|   assert sum(2, 3) == 4: "Invalid test";
cannot find symbol
  symbol:   method sum(int,int)

Thanks!