From ad854d2d43986dfd7845a11f0033aedac0938192 Mon Sep 17 00:00:00 2001 From: Pierre Leresteux Date: Wed, 5 Aug 2020 09:08:33 +0200 Subject: [PATCH] [Jupyter] Add app --- technologies/app/jupyter/metadata.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 technologies/app/jupyter/metadata.yaml diff --git a/technologies/app/jupyter/metadata.yaml b/technologies/app/jupyter/metadata.yaml new file mode 100644 index 000000000..b663a3b70 --- /dev/null +++ b/technologies/app/jupyter/metadata.yaml @@ -0,0 +1,18 @@ +version: v1 +type: APP +id: jupyter +label: Jupyter Notebook +baseline: Data Science Notebook +description: "The Jupyer Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualization and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning and much more." +available: true +icon: jupyter +trustLevel: stable +dockerInfo: + image: saagie/jupyter-python-nbk + baseTag: v2 + version: v2 +ports: + - port: 8888 + rewrite: false + basePath: SAAGIE_BASE_PATH +volumes: ["/notebooks-dir"]