From 7d743690fc849bb186f5120d063efb83c64c8667 Mon Sep 17 00:00:00 2001
From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de>
Date: Mon, 9 Nov 2020 15:17:56 +0100
Subject: [PATCH] Mention usage of pandas and seaborn (#1193)

Update the documentation to mention additional packages used in some python examples.
---
 doc/tutorial/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst
index 9ba16626..fe79125c 100644
--- a/doc/tutorial/index.rst
+++ b/doc/tutorial/index.rst
@@ -4,7 +4,7 @@ Quick start
 ================================
 
 .. Note::
-    You can find some examples of full Arbor simulations in the ``python/examples`` directory of the `Arbor repository <https://github.com/arbor-sim/arbor>`_.
+    You can find some examples of full Arbor simulations in the ``python/examples`` directory of the `Arbor repository <https://github.com/arbor-sim/arbor>`_. Note that some examples use ``pandas`` and ``seaborn`` for analysis and plotting which are expected to be installed independently from Arbor.
 
 .. Todo::
     Add more in-depth tutorial-like pages building up examples here.
-- 
GitLab