Fork me on GitHub
#data-science
<
2018-01-22
>
bbss09:01:35

For my Clojure StarCraft II AI project I added documentation in a jupyter notebook, and even have video's in it showing what it does 🙂

bbss09:01:29

@didiercrunch you might want to see it 😄

bbss09:01:27

I'm making an issue to make it a bit easier to add videos as I had to hack out the html sanitizer from the jupyter notebook JS. Would like input on where to start contributing for that. (for lein-jupyter)

mkvlr10:01:36

@bbss pretty cool. Would you be interested in having it available on http://nextjournal.com maybe so others could fork it easily without having to do any setup? We’re adding clojure support soon and I’d get back to you once we’re ready.

bbss10:01:45

@mkvlr Sure, looks cool. Let me check it out.

bbss10:01:04

My jupyter notebook runs on my workstation at home. I'd considered offering full access to the public but figured that would burn way too many resources 😄

bbss10:01:37

Happy to see that it could be exported to static files including videos to be hosted at no cost on github 🙂

mkvlr10:01:48

we’d also host the whole environment as a VM image so others don’t have to install anything to play with it

bbss10:01:19

I've watched the video, it looks like a great product. A lot of similarities to jupyter, does your product wrap it?

bbss10:01:46

Yes, removing the install barrier should make it way more engaging.

mkvlr10:01:29

we’re starting to add support for jupyter kernels now to make it easier for people to get started but started out with all custom code

mkvlr10:01:14

initially we envisioned every cell to run fully isolated and use reactive value passing between cells but we’re now backtracking on that a bit as it’s too different to what people are used to and we couldn’t make it perform well enough

bbss10:01:39

Makes sense, it looks quite polished! Please let me know about the clj support.

mkvlr10:01:04

thanks, will do!