lein-jupyter
lein-jupyter copied to clipboard
A Leiningen plugin to integrate clojure with jupyter notebook
I am trying the following notebook https://github.com/alanmarazzi/panthera/blob/master/examples/basic-concepts.ipynb I get an error on the first cell ``` (require '[clojupyter.misc.helper :as helper]) (helper/add-dependencies '[panthera "0.1-alpha.20"]) ``` > Execution error (TransferFailedException) at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon/fillInputData...
I am a newbie in clojure and jupyter. So, sorry for the basic questions. I have lein and jupyter installed. When running lein juypiter install-kernel I get the answer: 'jupyter'...
Hey, It seems that the kernel fails to start, I get: ``` [I 04:47:43.865 LabApp] KernelRestarter: restarting kernel (1/5), new random ports WARNING: You have $CLASSPATH set, probably by accident....
Is there a way to start the notebook so it listens on a different hostname and port?
When I `cider-jack-in` in Emacs. I got this stacktrace output: ``` error in process sentinel: Could not start nREPL server: Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: cider.nrepl.middleware.apropos/wrap-apropos...