Carsten Behring
Carsten Behring
I have it working locally. I removed project.clj and just run "jupyter notebook" in the (empty) tutorials directory and it works. I can use (require '[clojupyter.misc.helper :as helper]) and (helper/add-dependencies...
"clojure" Maybe I should add that I tried the very latest clojupyter, which allows to connect Cider. That fix is now on masteras well. I will retry now with latest...
Hmm,, lein jupyter 0.0.16 makes problems with latest clojupyter...(master a0a49c8346cfbaa6da01886b4c3f8a06ff078ad1) Kernel not starting, crashes ... (which I want to use due to the new feature of the nrepl connection to...
I was thinking about some "metadata" we wanted to capture ideally in this table. I came up with this list of potential metadata. - Title - author - link to...
I just saw that github provides a little button inside the rendered notebook file, which says "render via external nbviewer" and that renders it in full, including the vega plots....
Ok, maybe to added to the guideline: **Please don't put data files** I will find a way to change my notebook to download the data. Regarding rendered notebooks...(html or others)...
I thing one day this should be done. I work a lot with Clojure REPLs starting in docker/devcontainer, where I know exactly that only one nREPL server ever starts. Having...
what is funny", that for larger number it works "somehow": ``` (tech.v3.datatype.pprint/format-object (Double. 12345.0)) "1.235E+04" ``` So it is precisely on number which have "4-digits dot 1-digit"
Main issue is "confusion" about the column type when "looking" at print of a printed dataset/column My case was especially confusing, because it had column type "object", so it took...
Yes, it is still not clear to me which comparator to set, if I want to "tolerate" a certain error.