belovrv
belovrv
Support numbers like 1,593.23 or 10 233 000 etc See: https://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html
It would be great if the split function could automatically work with pairs and other data classes
Support [Comm messages](https://jupyter-notebook.readthedocs.io/en/stable/comms.html) in the Kernel API. They will help to make interactive dataframes in the Kernel
See the example below ``` class P(val x: Double, val y: Double) class V(val w: Int, val p: List) val a = List(2) { V (1, List(5){ P(2.0, 2.0) })}...