Daniel Slutsky

Results 143 comments of Daniel Slutsky

@behrica does it seem ok to wait a bit, in your opinion?

@behrica interesting. Which kernel are you opening at Jupyter? `Clojure` or `Lein-Clojure` ?

Thanks, @behrica . `(require 'clojupyter.misc.helper)` works at my machine, too, after installing the latest version of clojupyter (`"0.2.1-SNAPSHOT"`). Regarding adding dependencies dynamically in the notebook, I feel the same. It...

Hi, @behrica, Indeed I see a conflict when trying to use Lein-Jupyter (built it locally with the new Clojupyter). So, for now, let us not support Lein-Jupyter. I updated the...

@behrica Do the current structure seem ok in your opinion?

Interesting. By the way, a Clojure CLI project (that is typically more clever handling dependency conflicts) does work, with the following `deps.edn`: ```clj {:deps {org.clojure/clojure {:mvn/version "1.10.3"} io.github.nextjournal/clerk {:mvn/version "0.4.316"}...

Great plan @behrica ! Maybe add: - status (experimental / recommended) - reviewers (members who have reviewed the tutorial) - link to discussion (e.g. Zulip topic, github Issue) - version...

If we keep the table in some comfortable data format (edn? csv?), then we can later serve it with some interactive, searchable format at the Scicloj website. Say, something [DataTables](https://datatables.net/).

Wonderful, @behrica! That is so nice. It works at my machine after installing latest version of clojupyter (`"0.2.1-SNAPSHOT"`). Imho, we should rather not put in the repo large data files...

Thanks @behrica , good idea, I added the guideline. @alanmarazzi it is good to hear that you experience no problems with large notebooks (I remembered something different, but maybe it...