Skip to content

Commit

Permalink
[Jupyter] Add app
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLeresteux committed Aug 5, 2020
1 parent 5593fcc commit ad854d2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions technologies/app/jupyter/metadata.yaml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit ad854d2

Please sign in to comment.