Newer
Older
type: Che Editor
displayName: Jupyter Notebook
title: Jupyter Notebook as Editor for Eclipse Che
description: Jupyter Notebook as Editor for Eclipse Che
icon: https://jupyter.org/assets/main-logo.svg
category: Editor
repository: https://biomass.pl.s2-eu.capgemini.com/gitlab/bmap/che7-stacks/maap-jupyter
firstPublicationDate: "2019-02-05"
spec:
endpoints:
- name: "jupyter"
public: true
targetPort: 8888
attributes:
protocol: http
type: ide
containers:
- name: jupyter-notebook
image: "kosted/maap-esa-jupyter:latest"
env:
- name: JUPYTER_NOTEBOOK_DIR
value: /projects
mountSources: true
ports:
- exposedPort: 8888