clojupyter
clojupyter copied to clipboard
a Jupyter kernel for Clojure
Lovely! Thank you! One remaining problem: the Vega Light demo in Jupyter-Lab doesn't display anything. I'm not reopening the issue because I don't need this functionality, but I thought you'd...
Not sure why this would require a specific machine architecture. Jupyter and native JVM both work fine. ``` (base) jonathan@Lucretius tryclj % conda install -c simplect/label/beta clojupyter Collecting package metadata...
@klausharbo would you mind making me a project administrator so I can push the project forward? One thing I would like to do is migrate the master branch to be...
`depstar` has been deprecated and archived for six month now; I'm encouraging everyone to switch to `tools.build`. My `build-clj` wrapper makes it easier to switch.
Please comment how to interop with the library "libpython-clj2" When I execute these two commands in the notebook, I got errors. ``` (require '[libpython-clj2.python :as py :refer [py. py.. py.-]])...
I am using Clojure for gaussian process (generateme/fastmath library ) and "cljplot" for graph visualization. It works well with fastmath but when I try to use cljplot it gives me...
Hello First off, let me thank you for your work on this project. It's great to be able to point newcomers to the Clojure space (especially from data science backgrounds)...
It looks like clojupyter buffers the stream output for the front end and it only sends it after the result is computed. Take this code as example: ```clojure (doseq [n...
> OBS The cell above fails to render the resulting Vega graph. Needs fixing. Am trying out clojupyter and was running the examples. Am wondering how the above can be...
Clojupyter doesn't work for me. There appears to be a problem with the fact that my user folder contains a space. 