Fork me on GitHub
#data-science
<
2017-10-16
>
didiercrunch01:10:38

Hi there, just to say that I will take the lead on the ipython integration. The bulk of the work has already been done by Rory Kirchner in https://github.com/roryk/clojupyter. https://github.com/didiercrunch/clojupyter fixes the make install command (PR to come). I will comeback tomorrow with a document explaning what my train ride thought me about integrating clojupyter as a leiningen plugin

elise_huard08:10:12

@didiercrunch cool! keep us up to date, I'm definitely be interested. would be keen to hear your roadmap when you have a chance!

chrjs13:10:18

I thought the reactive notebook outlined at https://observablehq.com/ might be of interest to some here, especially those who were at the EuroClojure data science unsession. It seems like a literate programming environment + repl combo (a la Jupyter, and modulo Gorilla and org-mode) is a missing part of the Clojure data science ecosystem (but exciting to hear people are actively working on Jupyter integration). The talk by Mike Bostock linked on the Observable home page is worth a watch. I think Clojure(Script) provides a really great language platform for a reactive notebook interface. Food for thought is all.

hswick13:10:53

@chrjs sounds cool. Are there any demos?

chrjs13:10:33

@hswick It’s demonstrated in the talk https://www.youtube.com/watch?v=aT4JvF7sglg, which is available in written form here https://medium.com/@mbostock/a-better-way-to-code-2b1d2876a3a0, but there’s no code in the wild yet, afaik.

rustam.gilaztdinov14:10:42

Hello, guys! Did you see talk from last Clojure/conj about dl4j from Will Hoyt? He shows examples with some wrapper on dl4j. I found his github repo, but it’s empty 🙂 https://github.com/FeLungs I don’t want to reinvent the wheel, so -- can I find it somewhere?

will_hoyt21:10:11

@rustam.gilaztdinov the link is here, going to be merging to master after some final review: https://github.com/yetanalytics/dl4clj/tree/clojure-conj

hswick22:10:02

@chrjs seems cool. was thinking of forking the nightlight project and doing something similar

hswick22:10:19

its just reactive programming, and cljs is really good at that

chrjs23:10:38

My thoughts exactly!