enterprise_gateway icon indicating copy to clipboard operation
enterprise_gateway copied to clipboard

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.

Results 82 enterprise_gateway issues
Sort by recently updated
recently updated
newest added

## Description We are using the enterprise gateway to create the kernels for our kubernetes pods which are running inside the GKE cluster. The /api/kernels call gives us the list...

bug

Although Enterprise Gateway states it supports multi-tenancy prior to this change, any "tenant" listing active kernels via `/api/kernels` will see kernels corresponding to every tenant. As a result, the shutdown...

enhancement
multiuser support

fixes #957 see discussion at #957

runtime
configuration
kernels
waiting for author

# Problem Statement With JEG running on a remote machine and handling the kernel life cycle, Notebook users can not longer change the Kernels specs / properties locally which would...

enhancement
spark

C++ is a popular kernel that we currently do not support. This issue would consist of implementing a [kernel launcher/wrapper](https://github.com/jupyter-incubator/enterprise_gateway/tree/master/etc/kernel-launchers) that embeds the C++ kernel and sets up a listener...

help wanted
good first issue

Add the following in your notebook ` !pip install --user --no-cache opencv-python ` and ` import cv2 ` After the import is executed, you will see an error related to...

bug
python kernel (iPython)
kubernetes

This is a feature request. As EG becomes one of core mircroservices in scalable jupyter deployment, **Reliability** should be required to EG. There're many works for reliability such as HA...

enhancement
help wanted
runtime

We want to experiment the possibility of using the enterprise_gateway for our current setup. We have setup JupyterHub (TLJH) within an EC2 instance. From this TLJH we would like to...

question
resource management
waiting for author

Hi, I'd like to run an enterprise gateway as the only user. There are a few reasons why one would want this including including no need for user impersonation and...

enhancement
security
runtime
future

Hi, I have a Spark+Hadopp+Yarn cluster and a installation of TLJH (The littles JupyterHub) and Jupyter Enterprise Gateway in the head node of the cluster. I am trying to connect...

configuration
jupyter hub
waiting for author