From 1a443b375812d86486fa5edca2ad46fb00a1d763 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 21 Feb 2016 20:22:48 +0100 Subject: [PATCH] Really add line about Apache Toree --- README.md | 2 ++ doc/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index beb92368a..2aecb9bbd 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,8 @@ some of its requirements via coursier, - [jupyter-scala](https://github.com/alexarchambault/jupyter-scala) is launched and allows to add dependencies in its sessions with coursier (initial motivation for writing coursier), +- [Apache Toree](https://github.com/apache/incubator-toree) - formerly known as [spark-kernel](https://github.com/ibm-et/spark-kernel), is now using coursier to +add dependencies on-the-fly ([#4](https://github.com/apache/incubator-toree/pull/4)), - Your project here :-) diff --git a/doc/README.md b/doc/README.md index a300adc1a..23a04eb2e 100644 --- a/doc/README.md +++ b/doc/README.md @@ -575,6 +575,8 @@ some of its requirements via coursier, - [jupyter-scala](https://github.com/alexarchambault/jupyter-scala) is launched and allows to add dependencies in its sessions with coursier (initial motivation for writing coursier), +- [Apache Toree](https://github.com/apache/incubator-toree) - formerly known as [spark-kernel](https://github.com/ibm-et/spark-kernel), is now using coursier to +add dependencies on-the-fly ([#4](https://github.com/apache/incubator-toree/pull/4)), - Your project here :-)