Clojure should have a magic to load dependencies from a project.clj file (lein). it could be as simple as: ``` %classpath lein ``` which would read the project.clj file from the same directory as the ipynb. optional path: ``` %classpath lein path/to/directory ```
Clojure should have a magic to load dependencies from a project.clj file (lein).
it could be as simple as:
which would read the project.clj file from the same directory as the ipynb.
optional path: