Fork me on GitHub
#data-science
<
2019-05-02
>
mrchance22:05:03

Is there a way to hook Clojupyter into an existing project? I'd like to write some re-usable helper code and require a basic set of libraries up front

gigasquid23:05:40

Try the Lein-Jupyter plugin

mrchance23:05:21

I did, I had previously installed clojupyter and did lein jupyter notebook, and that did launch the jupyter ui, but when I opened and ran a notebook, it still didn't have the dependencies I defined available. I don't really understand how the interaction with the installation process in lein-jupyter works