Skip to content

Commit

Permalink
Add info about dependencies resolution to README.md
Browse files Browse the repository at this point in the history
Relates to #71
  • Loading branch information
ileasile committed Jul 14, 2020
1 parent a742c83 commit 5624234
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ It is possible to add dynamic dependencies to the notebook using the following a
- `@file:Repository(<absolute-path>)` - adds a directory for relative path resolution or ivy/maven repository.
To specify Maven local, use `@file:Repository("*mavenLocal")`.

Note that dependencies in remote repositories are resolved via Ivy resolver.
Caches are stored in `~/.ivy2/cache` folder by default. Sometimes, due to network
issues or running several artifacts resolutions in parallel, caches may get corrupted.
If you have some troubles with artifacts resolution, please remove caches, restart kernel
and try again.

### Default repositories

The following maven repositories are included by default:
Expand Down

0 comments on commit 5624234

Please sign in to comment.