clojure dependencies support
Open
Enhancement
Runtime Java
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.