From 9edafc2d72826f640b06b7be52b1062c958132d3 Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Thu, 18 Aug 2022 14:52:58 +0100 Subject: add `jupyter` add jupyter which is a very common platform for data science notebooks etc. https://jupyter.org/ --- collectors/apps.plugin/apps_groups.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collectors/apps.plugin/apps_groups.conf b/collectors/apps.plugin/apps_groups.conf index 89db6c4e87..8cebfcece5 100644 --- a/collectors/apps.plugin/apps_groups.conf +++ b/collectors/apps.plugin/apps_groups.conf @@ -355,3 +355,8 @@ gremlin: gremlin* # load testing tools locust: locust + +# ----------------------------------------------------------------------------- +# data science and machine learning tools + +jupyter: jupyter* -- cgit v1.2.3