Fork me on GitHub
#data-science
<
2017-12-06
>
hswick00:12:45

if you havent tried claypoole you are definitely missing out. first heard about it at the conj in this talk https://www.youtube.com/watch?v=ipNru1QSeWc that unordered lazy pmap works wonders

hswick00:12:35

relevant because data processing lol

gigasquid20:12:57

@didiercrunch I was talking to some people that use https://github.com/thi-ng/geom/blob/master/geom-viz/src/core.org for charting in Clojure and it outputs an svg. Didn’t know if that format would be better or not to integrate with jupyter notebooks

gigasquid20:12:22

thought I would bring it to your attention if you didn’t know about it 🙂

blueberry20:12:15

maybe it is not a bad moment for a quick reminder of org-mode. it supports all (popular) programming languages, and image formats. it also generates web pages and presentations.

didiercrunch20:12:06

Many thanks for thinking about me.

didiercrunch20:12:36

I have been fighting with plotly as the api is not very easy to use

didiercrunch20:12:40

It forces you to upload your data to their server in a matrix and then you need to make your charts as a second request

didiercrunch20:12:27

Yesterday, I have looked at the option of using highchart. It is very easy to use and well doxumented.

didiercrunch20:12:45

Nevertheless, I would prefer a real clojure solution.

didiercrunch20:12:04

Relying on a "client side" library such as highcharts makes it impossible(?) for notebook viewer to diaplay the chart.

didiercrunch20:12:09

(Some of my experiments, you will need to run the notebooks to see the charts: https://github.com/didiercrunch/graphly)

didiercrunch20:12:31

So yes, I am more than interrested in that project!

gigasquid20:12:26

@blueberry - funny you mention org mode. I think the author of thi-ng does all his code in org-mode https://github.com/thi-ng/geom/tree/master/geom-viz/src 🙂

blueberry22:12:07

that might be a bit extreme 🙂

blueberry22:12:36

but for the notebook-style code, I haven't seen better workflows than those that org-mode provides