This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-22
Channels
- # architecture (30)
- # beginners (56)
- # cider (16)
- # cljs-dev (12)
- # cljsrn (21)
- # clojure (169)
- # clojure-austin (1)
- # clojure-estonia (1)
- # clojure-italy (3)
- # clojure-russia (1)
- # clojure-spec (56)
- # clojure-uk (46)
- # clojurescript (53)
- # consulting (3)
- # core-async (3)
- # cursive (14)
- # data-science (16)
- # datascript (1)
- # datomic (26)
- # defnpodcast (11)
- # docs (3)
- # emacs (6)
- # fulcro (4)
- # graphql (24)
- # hoplon (8)
- # instaparse (4)
- # java (2)
- # jobs (1)
- # jobs-rus (1)
- # jobs_rus (1)
- # keechma (1)
- # luminus (2)
- # lumo (1)
- # mount (36)
- # off-topic (30)
- # om-next (5)
- # onyx (29)
- # precept (23)
- # re-frame (20)
- # reagent (2)
- # remote-jobs (9)
- # ring (2)
- # ring-swagger (3)
- # rum (3)
- # shadow-cljs (100)
- # spacemacs (17)
- # sql (10)
- # timbre (2)
- # unrepl (29)
- # yada (2)
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 🙂
@didiercrunch you might want to see it 😄
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)
@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.
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 😄
Happy to see that it could be exported to static files including videos to be hosted at no cost on github 🙂
we’d also host the whole environment as a VM image so others don’t have to install anything to play with it
I've watched the video, it looks like a great product. A lot of similarities to jupyter, does your product wrap it?
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