From a24c7b5c20512ff6fe2b46cc3a7735a02d9b4381 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 8 Dec 2015 09:47:24 -0500 Subject: [PATCH] Update enron-email.ipynb Update enron-email.ipynb to note location of enron_utils and enron_crawler --- examples/enron-email.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/enron-email.ipynb b/examples/enron-email.ipynb index 8f95e04..3578ae8 100644 --- a/examples/enron-email.ipynb +++ b/examples/enron-email.ipynb @@ -63,7 +63,9 @@ "\n", "We have downloaded the data and preprocessed it as suggested by [Ishiguro et al. 2012](http://www.kecl.ntt.co.jp/as/members/ishiguro/open/2012AISTATS.pdf). The results of the scirpt have been stored in the `results.p`.\n", "\n", - "`enron_crawler.py` in the kernels repo includes the script to create `results.p`" + "`enron_crawler.py` in the kernels repo includes the script to create `results.p`", + "\n", + "`enron_crawler.py` and `enron_utils.py` can be found at https://github.com/datamicroscopes/release/tree/master/examples" ] }, {