awb99
awb99
The histogram plot example in https://scicloj.github.io/clojisr/doc/clojisr/v1/tutorial-test/#data-visualization fails to work when using svg export: ``` (plot->svg (hist [1 1 1 1 2 3 4 5] :main "Histogram" :xlab "data: [1 1...
I just added clojisr beta 11 to a new project.clj On compiling I got the error that a namespace from org.clojure/tools.logging is missing. I fixed it by adding [org.clojure/tools.logging "1.0.0"]...
I have reflected a bit on the "clojisr stack" So you have the the following layers: - engine layer (renjin or rserv) - r layer (execute r expressions in r...
``` (defn init-r [] (println "configuring clojisr ..") (require-r '[base :as base :refer [$
I think sooner or later we will need a custom linter for clojisr. (see screenshot below). Or what you might want to do is to generate a clojure namespace like...
Hi Daniel! You made a fantastic library here! I would like to integrate this to pink gorilla! Essentially each notespace file is a notebook whose input cells are set by...
Hi Alan! Thanks a lot for your nice library! I was working on tech.ml and libpython integration with pinkgorilla notebook. This is where i am currently: https://github.com/pink-gorilla/python-gorilla https://github.com/pink-gorilla/python-gorilla/blob/master/README.md I ported...
First, let me say how much I appreciate your library! Thank you very much! The great thing about graphql-builder is, that I can literally copy-paste graphql-query-examples from api-spec from the...
Hi! I really like your project! It is the only clojurescript project, that one could use out of the box. I have adapted punk for pink-gorilla notebook. To do this...
clojure -X:deps tree ``` com.fzakaria/slf4j-timbre 0.3.21 X com.taoensso/timbre 4.10.0 :use-top X org.slf4j/slf4j-api 1.7.30 :superseded info.sunng/ring-jetty9-adapter 0.15.1 . ring/ring-servlet 1.9.2 X ring/ring-core 1.9.2 :use-top . org.eclipse.jetty/jetty-server 10.0.2 . org.eclipse.jetty.toolchain/jetty-servlet-api 4.0.6 ....