I'm using my own own integration with Jupyter and ...
# datascience
p
I'm using my own own integration with Jupyter and in general things work great. But since I moved my artifacts to a local maven (instead of referring directly to a jar file), my plugin fails to pickup the latest versions. Is there perhaps anywhere some caching of artifacts at the Kotlin kernel level that could explain this behavior? BTW I don't update the artifact versionId since this is a SNAPSHOT.
i
Hi, Peter! This is a known problem, see this issue and a workaround: https://github.com/Kotlin/kotlin-jupyter/issues/121#issuecomment-828277056 Cache should be located in
<USER_HOME>/.ivy2/cache
BTW, I'm in process of switching to a maven resolver (there is one issue left currently) that should resolve this issue.
👍 1
p
Thanks, I deleted the cache directory under ~/.ivy2/cache/<package> and that did the trick.