Carsten Behring
Carsten Behring
Restricting it to 1 million rows, made it work. in this case the mmap file on disk was about 2G. I have worked witg TMD datasets with far "more rows"...
Its 11 MB know, probably mainly due to "data"
still needed ?
noticed them as well, but did not connect it to new release
Is this related to the kernel ? I don't think that a "kernel" is involved in syntax highlighting. In "code completion" and "clojuredocs" yes, but syntax highlighting ?
I have syntax highlighting in Colab with clojupyter kernel:  @qubit55 , you dont ?
or try clojupyter.javascript.alpha
indeed, it does work: ``` (api/dataset (io/input-stream "https://raw.githubusercontent.com/scicloj/tablecloth/refs/heads/master/data/family.csv") {:file-type :csv} ) ;;=> _unnamed [5 5]: ;; ;; | family | dob_child1 | dob_child2 | gender_child1 | gender_child2 | ;; |-------:|------------|------------|--------------:|--------------:|...
I come back to this and was wondering if we should use "uv" instead of "poetry". It seems that 'uv' is recognized by lots of people as superior compared to...
I had the same impression, there are way to many ways to manage a venv. I do agree as well that devcontainer allow as well to do something similar. Nevertheless...