Fork me on GitHub
#data-science
<
2017-10-26
>
gigasquid01:10:26

I got it to work on my mac 😸 - the only thing I ran into is that I didn’t have [’clojupyter “0.1.0”] installed in my local maven and it is not on clojars

gigasquid01:10:18

oh wait … I think I’m confused..

gigasquid01:10:14

let me clean my maven cache and try again

gigasquid01:10:44

I cleaned my maven cache and everything downloaded fine.

gigasquid01:10:00

nice work 🙂

gigasquid01:10:24

I’ll try to play with it more later

didiercrunch02:10:08

Thanks, verison 0.1.0 was broken, later version should work

didiercrunch02:10:31

Actually, 0.1.2 fix a small problem

didiercrunch02:10:40

The next thing i'll work on is code highlighting and then charting with plotly

didiercrunch02:10:24

I'll take a look at jupyterlab before though.

bbss07:10:40

@didiercrunch not sure if it's useful for but at least a bit related: https://github.com/hswick/jutsu

bbss07:10:12

it uses plotly.js under the hood

didiercrunch14:10:33

Looks awesome, I believe i'll use it!

didiercrunch14:10:11

My goal is to glue existant code, not to write new code

hswick22:10:16

@didiercrunch if you are looking to embed the graphs in the notebook then you’ll need to use plotly.js directly. As jutsu creates graphs in a separate page in the browser.