daveliepmann commented on a change in pull request #14769: [Clojure] Add Fine Tuning Sentence Pair Classification BERT Example URL: https://github.com/apache/incubator-mxnet/pull/14769#discussion_r280027248
########## File path: contrib/clojure-package/examples/bert/project.clj ########## @@ -16,13 +16,15 @@ ;; -(defproject bert-qa "0.1.0-SNAPSHOT" - :description "BERT QA Example" - :plugins [[lein-cljfmt "0.5.7"]] +(defproject bert "0.1.0-SNAPSHOT" + :description "BERT Examples" + :plugins [[lein-cljfmt "0.5.7"] + [lein-jupyter "0.1.16" :exclusions [org.clojure/tools.nrepl org.clojure/clojure org.codehaus.plexus/plexus-utils org.clojure/tools.reader]]] Review comment: Just FYI I had to comment out the `lein-jupyter` plugin in order to have a working REPL with CIDER version 0.19.0 Raleigh. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
