scicloj / tutorials

A repo for hosting Clojure data science tutorials created by the community
15 stars 7 forks source link

Support Jupyter notebooks again #2

Closed daslu closed 5 years ago

daslu commented 5 years ago

We'll probably wait for this pull request to be merged: https://github.com/clojupyter/clojupyter/pull/79

behrica commented 5 years ago

Whoosh ! This change of clojupyter could make it far more interesting to me. To be able to connect the clojupyter notebook and an editor (just as Emacs) to the same nrepl instance would allow me to "write complex parts of the code in Emacs" and use the notebook as the "rendering interface", just containing a minimum of code.

Gorilla-repl supported this way of working always.

Looking forward to see this PR merged.

Dwaynekj commented 5 years ago

Looks like it was merged!

daslu commented 5 years ago

Thanks, @Dwaynekj , we will start using it soon!

daslu commented 5 years ago

Updated the README and put the Jupyter example back.