How to add external jar to Scala in Jupyter kernel

Viewed 2324

I would like to add the jar files from Stanford's CoreNLP into my Scala project. The part I'm struggling with in doing this in the context of a Scala kernel for Jupyter notebooks.

I'm using the Apachee Toree distribution for the kernel. There may be a simple one line command within-cell, but I can't find it.

Any help would be appreciated!

1 Answers
Related