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 When new jupyter notebook is created I'm trying to run some cells, but receive "Error Starting Kernel {"Gateway": "http://enterprise-gateway.enterprise-gateway.svc.cluster.local:8888", "Error": "Timeout during request"} {"Gateway": "http://enterprise-gateway.enterprise-gateway.svc.cluster.local:8888", "Error": "Timeout during...

resource management
kubernetes
configuration
waiting for author

Our unit and integration tests currently rely on `unittest` and it would be better to move them to `pytest` where we can leverage fixtures and a more modern framework. I...

help wanted
infrastructure & build
testing

If running kernel gateway as root, launching local python kernels launches them as root! - This PR enables user impersonation for LocalProcessProxy kernels. User information is extracted from KERNEL_USERNAME env...

Customers have requested the ability to : * List existing kernels per user * List idle timeout for running kernels * Ability to kill kernels * etc I would like...

enhancement
help wanted
runtime
future

Julia 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 Julia kernel and sets up a listener...

help wanted
good first issue

Today we have a set of very similar sample kernelspecs (number of languages * number of supported platforms) which differ from each other by very little. Similar to what we...

enhancement
help wanted
good first issue
configuration
kernels
customization

Today we ask users to manually download and handle the installation of Jupyter Enterprise Gateway sample kernelspecs. They are also responsible to modify/update parameters on all installed kernelspecs (e.g. spark_home,...

enhancement
help wanted
good first issue
configuration
kernels
customization

_Feature request_: Use [Mesos](http://mesos.apache.org/) as resource manager

enhancement
help wanted
resource management
runtime

Are there any plans to support singularity containers? ...maybe it is already possible to use singularity containers along with the Kubernetes integration, has anyone tried this? I'm currently trying to...

enhancement
help wanted
customization

We need to make sure kernels come up in a well-defined environment that is sufficiently isolated from that of other users. Considerations should include the user's home folder in HDFS...

multiuser support
runtime
future